Binker
08-22-2004, 03:50 PM
:cloud: I wrote the code to my site www.jjcuisine.co.uk on a small screen monitor. I now have a 17" monitor. The site now only fills part of the screen. How do get the site to fill all screen resolutions.
|
View Full Version : Screen size Binker 08-22-2004, 03:50 PM :cloud: I wrote the code to my site www.jjcuisine.co.uk on a small screen monitor. I now have a 17" monitor. The site now only fills part of the screen. How do get the site to fill all screen resolutions. Lagoona 08-22-2004, 04:37 PM aha! Thats tricky. What I am doing right now to fix that is making my window size set at a specific size, so no matter the resolution. The site looks the same. But really that is a hard thing to do. And always something you must think about before making your site. ubergeekgirl 08-22-2004, 05:17 PM You could use numbers and percents to set width and height, etc. However it gets tricky when you start adding in images, but you can find a way around it. Also, it's better to have a layout that fills only part of the screen rather then one that overflows the screen. |