|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
screen resolution
hi there,
i would like to know if there is a way to have a web page that looks exactly the same in 800x600 or 1024x768 resolution. I mean, i don't wanna send an alert to the user to change his resolution or, make to index pages (one for 800x600 and another for 1024x768) i wanna know if there is javascript code that can make this. i want a code that works exactly that this site (URL)...try changing your resolution from 1024x768 to 800x600 and u'll see what i trying to do. i hope u can answer soon, it's kind of urgent fot me.... sorry but my english is not so well.... thanks in advance... |
|
#2
|
|||
|
|||
|
its somewhat tricky .just make a table having one row and one column only.include all of the elements of the desired page in it and then set the table width to 800(it may be 780 or so ) pixels only.
|
|
#3
|
|||
|
|||
|
OK, but if i insert a table with the dimensions u say, when i preview my web page in 1024x768, the web page is gonna be in the middle of the screen
and that is what my client don't want to. He wants to see his web page always the same; even in 800x600 or 1024x768.i mean, he wanna see the margins always on the side of the screen. I'm not sure if u understand what i'm talking about? ![]() |
|
#4
|
|||
|
|||
|
also set the table alignment to left
|
|
#5
|
||||
|
||||
|
Make the width of the outer table 770 pixels. It's a good standard to develop with because of the 800x600 users. 770 is the width that people use for those browsers. If you do that then you can center align the table or left align or right align, whatever. Rule of thumb, never make a site wider than 770 pixels if you have any set widths etc. otherwise, if it's a really basic site then make the width of the table 100%
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > screen resolution |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|