PDA

View Full Version : showing and hiding


michaelmorris
09-08-2006, 01:31 PM
hi,

i have seen on some websites the ability to make the text size bigger or smaller for web accessability standards. how do i do this. is it just two style sheets-one with small text the other with big text? if so then how do you switch between the two? any help will be appreciated

michael

VIPStephan
09-08-2006, 01:36 PM
Yes, it's two (or more) stylesheets with different settings for each display type. And these stylesheets are switched with a stylesheet switcher (http://alistapart.com/stories/alternate/) made of JavaScript.

BonRouge
09-08-2006, 01:56 PM
Using 'em' instead of 'px' for your font-sizes should be enough.

The surreal thing is that your question seems to have nothing to do with the title.

michaelmorris
09-08-2006, 03:03 PM
ooops, that is because i was going to post about somehting else, then changed my mind :D

thanks people :D

michael

BonRouge
09-08-2006, 03:18 PM
Well, if you still have a problem with showing and hiding stuff, let us know...