|
-
Nov 12th, 2003, 01:05 PM
#1
Thread Starter
Junior Member
Screen Display
I am currently using dreamweaver to build the web site. My problem is what if the persons computer is set to the smallest screen resolution 640 by 480 it messes up my site. I need help Fast Thank You!
-
Nov 12th, 2003, 01:23 PM
#2
Well..... very few people now a days are still using the 640x480 resolution. Most people have (hopefully) gone to 600x800.
Secondly, I'm going to assume you are probably using tables to control the layout.... so make sure that the outter containing table is no wider than 785... that way it will always be the same width, keep your formatting straight, and should leave enough to take the scroll bar on the right into consideration.
--was that any help?
TG
-
Nov 12th, 2003, 01:44 PM
#3
Frenzied Member
techgnome, I hope you meant 800x600
anyway, with tables, you can specify width in %age of screen
<table width="80%">
If you want, you could detect the screen width and height:
screen.width
screen.height
Knowing them you can change things accordingly.
Have I helped you? Please Rate my posts. 
-
Nov 12th, 2003, 01:50 PM
#4
Originally posted by Acidic
techgnome, I hope you meant 800x600
anyway, with tables, you can specify width in %age of screen
<table width="80%">
If you want, you could detect the screen width and height:
screen.width
screen.height
Knowing them you can change things accordingly.
Depends if you have your monitor upright or sitting on its side....
But yeah, that's what I meant.
TG
-
Nov 12th, 2003, 01:55 PM
#5
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|