Daniel,

The functionality of increasing / decreasing the font-size does not
ideally require reloading of CSS. This can be very easily done using
JS. More effectively, you can use the light weight JS library
'JQuery', to attain this with alarmingly less no. of code. The logic
is just to increment / decrement the font-size property of the page
with some integer value (say 1px / 2px).

You can refer to one of my implementation of the same logic @
http://www.cugtelecom.com/

Thanks,
Mysticpixels

On Mar 31, 3:56 pm, "DaNieL..!" <[email protected]> wrote:
> Hi guys, im wonderign about the best way to give at the visitors the
> possibility to change the font size of the website.
>
> For example, in may blogs i've seen that there are the A-a button to
> increment or lower the size, but how does it work?
>
> Server-side session (php maybe?) who reload a different stylesheet
> with differents font-size?
> Doesnt it slower the navigation, reloading the css on every page?
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to