vavroom wrote:
timail wrote:
mhhh..i dont know if i am wrong with my opinion that the need of having a scaleable layout needs to hav a css-file done with "em"...if you have done this, there is no real need to have a styleswitcher, because people can zoom in and zoom out with the normal browser zoom function!
Agreed, which is why I said:
vavroom wrote:
I personally can't usualy be bothered with it, considering that users have control over their own font sizes through their browsers (unless you, as the designer set all the font sizes in concrete).
vavroom, you're surprising me, this is what you said in another thread:
Quote:
As to users customising, in my experience, while *some* users do, a majority aren't even aware that they *can*.
Wouldn't this point of view support a solution where the user can change the font size directly on the site with a styleswitcher or whatever rather than letting him customize it through his browser/software.
Not really sure whether this would be working in reallity since I lack the php knowledge, but my solution would be a php form script that writes a cookie which holds then the desired font-size (two submit buttons, one that increases another that decreases the size, a php function that checks and reads the cookie before adding/subtracting from it, eg we start off with 1em, and we always add/subtract .2em ) and a php script that reads this cookie and depending on what is stored there adjusts the stylesheet.
I'm sure a php expert can expand this idea.