03-13-2008, 09:07 AM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 136
Thanks: 4
|
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
|
|
|
|