Thread: FF text size
View Single Post
Old 03-13-2008, 09:07 AM   #4 (permalink)
Gareth
The Acquainted
 
Gareth's Avatar
 
Join Date: Jan 2008
Posts: 136
Thanks: 4
Gareth is on a distinguished road
Default

To make sites zoomable I think you would have to make everything use a percentage value for their size. e.g.

Code:
.blah{
     width: 75%;
     font-size: 1.2 em;
Gareth
Gareth is offline  
Reply With Quote