Michael Kear wrote:

For example, I usually design pages that work well in screens 800x600
or larger but in smaller screens, everything will be there but if lines have wrapped horribly or tabs and boxes have dropped down to a
 new line, I'm not going to worry.


Is that what you are all doing nowdays? What sizes are you designing for?

Design-step 1:
Scaling pages with min-width: <600 - max-width: 1200 for ordinary
screens/browsers, and min-width: 120 - max-width: 480 for SSR.

Design-step 2:
Browser-depending testing and tuning of how it behaves and what it looks
like from 120 to 3800 width.
Fixed-width fall-back for weak browsers is usually 760 - for 800x600.

regards
        Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to