Adjusting site to user resulution

liunx

Guest
Like it says in title.<br />
<br />
I made my site in Dreamweaver, with layers.<br />
<br />
I made adjustment of site to 1024*768, but how to adjust it to smaler or biger res.?? <br />
<br />
You can see my site here: <!-- m --><a class="postlink" href="http://www.2crowded.com">http://www.2crowded.com</a><!-- m --><br />
<br />
Thanks!!!<!--content-->The way the page is set up with layers (DIV elements) there is no easy way. If you used tables, then setting table cells to percentages of total width will do.<!--content-->percentages are definatly the way to go. I've struggled with the same exact problem. Another option which isn't as user friendly would be to design two sites one for each of the two most prevelant resolutions and have the user choose theirs from the splash page.<!--content-->You could also use style sheets and javascipt to determine the browser size. That's what I've done for a few of my sites.<!--content-->A few errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=+http%3A%2F%2Fwww.2crowded.com%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=+http ... ine=1&sp=1</a><!-- m -->) to correct in the code.<br />
<br />
Post again of you need specific help with any of them, though the answers have all appeared in this forum in the last few weeks.<!--content-->giz, giz, giz....<br />
<br />
since the site was made in dreamweaver, the author is obviously less concerned about validating to perfection, and more concerned with getting the page to appear the same in different resolutions (which was the question, mind you). <br />
<br />
Now I jumped over the the w3c and this is part of what I read about the onload attribute in the body tag:<br />
<br />
"鎻筼cument type does not allow element 鎱扥O?here; assuming missing 鎱婣R?start-tag?<br />
Similar to the previous error, but more specific: in this case, you have a 鎱扥O?element that is not contained in a 鎱婣R?element when 鎱扥O?is not allowed outside of 鎱婣R?"<br />
<br />
yes, thats really helpful... especially to someone who might primarily use a wysiwyg editor to code the pages. In fact, if thats what the w3c has to offer in the way of advice, I'd rather go to <!-- w --><a class="postlink" href="http://www.devguru.com">www.devguru.com</a><!-- w --> for some practical hands on code/ samples/ guidelines. <br />
<br />
Don't you think that the validator has its limits? Valid code does not mean it will render in all rez the same. Please, for the last time.... stop the countless promotion of the w3c validator unless someone wants advice on how to track each and every error on a page.<!--content-->Thnx guys.<br />
<br />
I know that it works with tables, I`ll make it that way.<br />
<br />
<br />
I have another small problem.<br />
<br />
Please go to: <!-- m --><a class="postlink" href="http://www.2crowded.com">http://www.2crowded.com</a><!-- m --><br />
<br />
I have lots of buttons. Every button is made by 3 buttons (up, down, over).<br />
<br />
When you put mouse over button it takes time to show another button, and after click on button he "disapires" (down button doesn`t load so quick).<br />
<br />
How to make that button is shown first and then follow link?!?<br />
<br />
Thanks.<!--content-->what you need to do is what is called "preloading the images". You'll find all you could ever want if you search this site for preloading images.<!--content-->Originally posted by kdjoergensen <br />
The way the page is set up with layers (DIV elements) there is no easy way. If you used tables, then setting table cells to percentages of total width will do. <br />
<br />
hmmm.... sorry but you can use percentages with CSS!?!?<!--content-->
 
Back
Top