Recent Topics

1 Sep 04, 2005 19:22    

I'm using a skin that fixes the text size of the whole page to 11px, but I want my visitors to be able to change the text size of only my posts (by holding ctrl and rolling the wheel on the mouse) I tried adding the code font-size=84% for my "centerContent" (configures the layout of my posts) in my css stylesheet but that didn't work. Any suggestions?

2 Sep 04, 2005 23:31

Tell your users to use Firefox. I've found that it's text size changing feature always work, and IE's hardly ever works.

3 Sep 14, 2005 06:40

You can assign a font-size: xx%; to the 'body' tag in your css file, and then change all your 'px' font sizes to 'em'... This is the more "web accessible" method since most, if not all, browsers will be able to change font size, either through their menu or keyboard shortcuts...

[edit: the reason IE's font size changing doesn't work is not the fault of IE. If a page has fonts set in px then IE won't change the font size. If a page's fonts are all set in ems, then IE will change the font size no problem].

jj.


Form is loading...