site for all resolution

liunx

Guest
what should be method for designing a site for all possible monitor resolution. I am a new one for this. Pl help.<!--content-->Read, mark, learn and inwardly digest the three following documents:<br />
<br />
The HTML 4.01 Specification:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/">http://www.w3.org/TR/html4/</a><!-- m --><br />
<br />
Web Content Accessibility Guidelines 1.0:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/WCAG10/">http://www.w3.org/TR/WCAG10/</a><!-- m --><br />
<br />
Cascading Style Sheets, level 2:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/">http://www.w3.org/TR/REC-CSS2/</a><!-- m --><br />
<br />
Start with a page in valid HTML 4.01 Strict and meeting all the WCAG1.0 priority 1 and priority 2 guidelines. Then use CSS to move things around on the screen. But don't go overboard with absoulte positioning; allow things to flow as they will.<!--content-->hi uttamsaxena....<br />
<br />
the exact "method" may be to use % (percentages) for layout (using CSS).<br />
<br />
one place where you can get examples (which can be used as templates) is:<br />
<br />
<!-- m --><a class="postlink" href="http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html">http://www.thenoodleincident.com/tutori ... boxes.html</a><!-- m --><br />
<br />
that's just one example...<br />
but it may help you get started.<br />
<br />
play around with that...<br />
and see if it's what you are after.<br />
<br />
you can also try bluerobot.com.... or glish.com... but they are all pretty much the same (and they all link to each other... so that right there tells you that somebody is on to something :) )<br />
<br />
;) k<!--content-->
 
Back
Top