Is there Anyway to "Lock" Text Size with CSS? Maybe keep it from resizing?
| SitePoint Sponsor |


Is there Anyway to "Lock" Text Size with CSS? Maybe keep it from resizing?


Hi,
You can use px in IE and the user will not be able to adjust using the browser settings. However all other browsers will let you zoom or whatever so you can't stop it unless you want to use images.
You should try to design so that it doesn't matter what size text the user selects. Use ems or percentages to allow for a fluid page. Of course this isn'y always as easy as it sounds when you need to match things exactly. But with a little forethought it can be done and will help the visitor
Paul


I was afraid of this. I always try to design with zoom in mind, it's just that on a particular feature I'm building it would be nice to be able to fix the text size. Thanks.Originally Posted by Paul O'B
Anybody else got some thoughts on this?
Bookmarks