HighDots Forums  

Is relative style design obsolete now?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Is relative style design obsolete now? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
howa
 
Posts: n/a

Default Is relative style design obsolete now? - 11-15-2008 , 10:16 AM






Is relative style design, e.g. relative font-size: em, % obsolete now?

since most modern browsers now support automatic zoom in/out, even you
are using fixed font-size.

Reply With Quote
  #2  
Old   
Bergamot
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 11:18 AM







howa wrote:
Quote:
Is relative style design, e.g. relative font-size: em, % obsolete now?
It will *never* be obsolete.

Quote:
since most modern browsers now support automatic zoom in/out, even you
are using fixed font-size.
That's no excuse for poor design. Ignoring user preferences for default font size will only encourage inflexible designs that do not adapt well to variations in user settings.

BTW, my browser prefs would ignore any fixed font-size you care to set, unless it was sufficiently large. Would your layout then fall apart like so many others do?

--
Berg


Reply With Quote
  #3  
Old   
Sherm Pendley
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 11:19 AM



howa <howachen (AT) gmail (DOT) com> writes:

Quote:
Is relative style design, e.g. relative font-size: em, % obsolete now?
Of course not.

Quote:
since most modern browsers now support automatic zoom in/out, even you
are using fixed font-size.
No I'm not, because I'm not stupid. YMMV.

sherm--

--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net


Reply With Quote
  #4  
Old   
C A Upsdell
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 11:30 AM



howa wrote:
Quote:
Is relative style design, e.g. relative font-size: em, % obsolete now?

since most modern browsers now support automatic zoom in/out, even you
are using fixed font-size.
I would argue that the opposite is true. Design using absolute font
sizes only *appears* to be viable when the designer can reasonably
expect that the browser will do exactly as the designer says. Once the
designer realizes that users can change any font sizes, the designer has
to switch to fluid design in order to address the consequences.


Reply With Quote
  #5  
Old   
Ben C
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 12:22 PM



On 2008-11-15, C A Upsdell <cupsdell (AT) upsdell (DOT) invalid> wrote:
Quote:
howa wrote:
Is relative style design, e.g. relative font-size: em, % obsolete now?

since most modern browsers now support automatic zoom in/out, even you
are using fixed font-size.

I would argue that the opposite is true. Design using absolute font
sizes only *appears* to be viable when the designer can reasonably
expect that the browser will do exactly as the designer says. Once the
designer realizes that users can change any font sizes, the designer has
to switch to fluid design in order to address the consequences.
The point of "zoom" (in Firefox 3 and I think some recent version of IE)
is that it doesn't just change font sizes, it also magnifies images and
explicitly-sized boxes in an attempt to stop layouts breaking.

You can still enlarge just the fonts in FF3 (choose "Zoom Text Only")
which works better if the page is well-designed but what are the chances
of that happening.

As for howa's question, a zoomed fixed-width design is not the nicest
thing to read because of fuzzy blown-up graphics and horizontal
scrolling. A proper fluid design is still better. Zoom is there to
mitigate bad design not encourage it.


Reply With Quote
  #6  
Old   
C A Upsdell
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 01:00 PM



Ben C wrote:
Quote:
Is relative style design, e.g. relative font-size: em, % obsolete now?

since most modern browsers now support automatic zoom in/out, even you
are using fixed font-size.
I would argue that the opposite is true. Design using absolute font
sizes only *appears* to be viable when the designer can reasonably
expect that the browser will do exactly as the designer says. Once the
designer realizes that users can change any font sizes, the designer has
to switch to fluid design in order to address the consequences.

The point of "zoom" (in Firefox 3 and I think some recent version of IE)
is that it doesn't just change font sizes, it also magnifies images and
explicitly-sized boxes in an attempt to stop layouts breaking.

You can still enlarge just the fonts in FF3 (choose "Zoom Text Only")
which works better if the page is well-designed but what are the chances
of that happening.
Zoom Text Only is the option I use. It works very well with all of my
sites, and with most of the sites I visit.

Avoiding zooming images, I think, would be an important objective of
most designers: zooming images degrades the quality of images, which
degrades the perceived quality of the site.


Reply With Quote
  #7  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 01:04 PM



Ben C wrote:

Quote:
The point of "zoom" (in Firefox 3 and I think some recent version of
IE) is that it doesn't just change font sizes, it also magnifies
images and explicitly-sized boxes in an attempt to stop layouts
breaking.
At least on IE 7, zooming easily messes things up - and zooming upwards
enforces horizontal scroll bar. The latter is unavoidable in general when
zooming means zooming, but the former is probably just broken design. Allow
4 years to have fixed in an almost decent manner.

Zooming is indeed quite different from font size changing. For some odd
reason, many web authors seem to be very confused about this. Maybe this is
because the idea that fixed font size aren't a problem any more due to
zooming possibilities has most of the features of a successful meme: it
sounds pleasant, it sounds modern, it sounds technical, and it's something
you want to memorize and pass forward, since that makes you look cool,
progressive, and helpful. If you wish to preserve this illusion, don't you
ever actually try to _use_ zooming on IE when viewing a page designed to
play with tiny fonts and rigid and crowded layout.

--
Yucca, http://www.cs.tut.fi/~jkorpela/



Reply With Quote
  #8  
Old   
Ben C
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 02:00 PM



On 2008-11-15, Jukka K. Korpela <jkorpela (AT) cs (DOT) tut.fi> wrote:
Quote:
Ben C wrote:

The point of "zoom" (in Firefox 3 and I think some recent version of
IE) is that it doesn't just change font sizes, it also magnifies
images and explicitly-sized boxes in an attempt to stop layouts
breaking.

At least on IE 7, zooming easily messes things up - and zooming upwards
enforces horizontal scroll bar. The latter is unavoidable in general when
zooming means zooming, but the former is probably just broken design.
On Firefox 3 zooming doesn't exactly mean zooming. The initial
containing block is still the size of the viewport so auto width blocks
fit properly with no sideways scrolling. But anything with the width set
on it does get bigger. So in practice you do get plenty of horizontal
scrolling.

Quote:
Allow 4 years to have fixed in an almost decent manner.
I don't know what the solution is. Can you fix a badly designed site
with browser features? Worth a try, but not easy.


Reply With Quote
  #9  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 02:41 PM



On 2008-11-15, C A Upsdell wrote:
....
Quote:
Avoiding zooming images, I think, would be an important objective of
most designers: zooming images degrades the quality of images, which
degrades the perceived quality of the site.
I don't find this to be the case at all -- unless you have low
quality images. Many images, especially JPEGs, will scale without
much loss of quality, if any. Just make sure that any image that
will be scaled is of high enough quality that it _can_ be scaled.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #10  
Old   
C A Upsdell
 
Posts: n/a

Default Re: Is relative style design obsolete now? - 11-15-2008 , 02:57 PM



Chris F.A. Johnson wrote:
Quote:
Avoiding zooming images, I think, would be an important objective of
most designers: zooming images degrades the quality of images, which
degrades the perceived quality of the site.

I don't find this to be the case at all -- unless you have low
quality images. Many images, especially JPEGs, will scale without
much loss of quality, if any. Just make sure that any image that
will be scaled is of high enough quality that it _can_ be scaled.

We may have to agree to disagree. I focus a lot on good page load
times, which means (among other things) small image files, which means
JPEG images whose qualities are *just* good enough: not good enough to
necessarily still look great when browsers mess with their sizes,
especially given that browser resizing does not maintain image quality
as well as (for example) graphic editors do.

But on some things it is okay to disagree.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.