rogerdunton
11-24-2003, 11:58 AM
Can anyone advise me how to format a website so that it appears the same on any PC, no matter what the resolution?
|
Click to See Complete Forum and Search --> : Screen resolution rogerdunton 11-24-2003, 11:58 AM Can anyone advise me how to format a website so that it appears the same on any PC, no matter what the resolution? Compguy Pete 11-24-2003, 05:08 PM if you lock the size of your table or layer to 740 pix that will do the trick. Most people use 800x600 as a general rule. However after scroll bars and window borders the size is cut down to 740pix. Height doesn't matter much... Paul Jr 11-24-2003, 05:54 PM *Cough Use CSS to create a fluid, flexible layout which will expand or contract depending on the users' resolution or window size. Cough* PeOfEo 11-24-2003, 05:58 PM I say use a fluid layout if possible. That way at the higher resolutions you do not have a bunch of extra space but you do not get horizontal scroll bars at lower resolutions. Instead of using pixils for your widths, if you do not feel like learning css that is, you could always just use %s Ruckus 11-24-2003, 08:43 PM If you dont know CSS just use percentages instead of pixels. /edit oops just read post before mine ^ rogerdunton 11-25-2003, 03:12 AM Thanks to everyone for their advice. This is the first time I've used the forum and I'm very impressed. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |