|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi
i'm developping a site using dreamweaver MX 2004 but i want to know how can i make my web pages "autosize" so that they fit all screens (15. 17, and others) without appearing a scroll bar in the bottom of the page thanks Last edited by ibn battuta : October 15th, 2004 at 09:09 PM. Reason: web design |
|
#2
|
||||
|
||||
|
Make sizes of elements of the page relative rather than fixed. For example, if you want to make your page fill the full width of the screen set the size of the body element to 100%. It will then autosize to whatever size monitor it is displayed on.
Be careful to test at all sizes to see the effects of larger/smaller dimensions, and place fixed sized elements where needed to maintian layout and proportion.
__________________
-
thought-after | my thoughts on web development Get Firefox, the developers browser Budget hosting - recommended [/left] |
|
#3
|
||||
|
||||
|
Quote:
Surely you mean screen resolution? But yeah, as Lafinboy said just use relative sizes and please... for the love of god, do not use tables for layout! Try to use a CSS2 layout, this offers increased flexibility with layouts and works a lot better for users of lower desktop resolutions But the good news for web-designers thesedays is that you don't need to design for 640x480 anymore... 800x600 is the bare minimum thesedays, with an ever-increasing number of people adopting 1024x768 (I think its around 60% of all computer users, and 80% of all internet users) |
|
#4
|
|||
|
|||
|
autosize
Your problem is too basic and I feel you need to understand the properties of "table" and other html tags more thoroughly as it is a very interesting experience designing an autosizing page not only in terms of how it spans the whole width of the page, but also itz attractive graphical appearance.
if you do a little r&d on dreamweaver and notepad, as well as your graphic software (mostly photoshop) you can get very interesting results. |
|
#5
|
||||
|
||||
|
Quote:
Did you just read my post, or are you ignoring the facts completely just to annoy me? You're not meant to use Photoshop/ImageReady's slice exports to produce final HTML You're not meant to use the <table> element for page layout You're not meant to use Dreamweaver's "design view" for serious web-work Any questions? |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > how can i make my web page autosize? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|