|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Urgent !!! Resolution / Design
Hey,
Can anybody tell me how can i make my webpage same for all resolutions means i have a Web Interface designed in Fireworks which have a canvas size of 800x600. I want my Design to be fit for all higher resolutions means on 1152 Resolution it will show my Webpage header and footers on that resolution not on 800x600 resolution. how can i do this in Javascript.... or there is anyother solution other than javascript do tell me |
|
#2
|
||||
|
||||
|
muti res styling
Getting pages to look the same at all resolutions and viewport sizes is IMHO impossible. But you should be able to get them acceptably similar.
A big help is avoiding the use of absolute dimensions whenever possible. eg. instead of div width="495px" use width="70%". Images can be a bit tricky. One technique I like is to have an X-repeating image to fill in after the header logo. eg. if the logo is like OOX XOX XXO use a repeating X X O so at wider views it looks like OOXXXXXX XOXXXXXX XXOOOOOO |
|
#3
|
||||
|
||||
|
Mittineague, you lost me at tic tac toe... =)
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Urgent !!! Resolution / Design |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|