View Full Version : frames and different screen resolution


freakish
06-17-2003, 04:00 AM
I have found that my frames only display correctly at a resolution of 1024 by 768.

Is there any way I can get everything to automatically look the right size if it's viewed at a different resolution ( like 800 by 600)? Everything gets cut off or is too big.

I'd appreciate any help you could offer me.

pb&j
06-17-2003, 04:07 AM
one thing is to set your scrolling property to "auto" instead of "no". that way a scrollbar will appear for us with smaller resolutions. (800x600 here by the way)

the next part is just normal webpage "fluid" thinking. webpages themselves do not have definite borders or sizes. they are as big as (or as small as) the content being shown on them. thus, if the content is too big to be displayed, make it smaller.