uttamsaxena
06-07-2003, 01:32 PM
what should be method for designing a site for all possible monitor resolution. I am a new one for this. Pl help.
|
Click to See Complete Forum and Search --> : site for all resolution uttamsaxena 06-07-2003, 01:32 PM what should be method for designing a site for all possible monitor resolution. I am a new one for this. Pl help. Charles 06-07-2003, 01:41 PM Read, mark, learn and inwardly digest the three following documents: The HTML 4.01 Specification: http://www.w3.org/TR/html4/ Web Content Accessibility Guidelines 1.0: http://www.w3.org/TR/WCAG10/ Cascading Style Sheets, level 2: http://www.w3.org/TR/REC-CSS2/ 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. khaki 06-07-2003, 01:44 PM hi uttamsaxena.... the exact "method" may be to use % (percentages) for layout (using CSS). one place where you can get examples (which can be used as templates) is: http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html that's just one example... but it may help you get started. play around with that... and see if it's what you are after. 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 :) ) ;) k webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |