hi everybody,
IE allow the user to change the text size of the webpages loaded in the browser (very large, large, medium, etc). This option works only if the font-size property is set in percentage (font-size:80%) and not with a fix size (font-size:11px). My problem is that even if I defined my own container for the text module, and I created the corresponding style with a percentage value, the resizing option doesn't work.
You can see the problem online here: www.glanzmann.ch/next
NB: the text that doesnt resize is the one in the main content area.
I would like to know why this happens and if there is a solution. Do you have any idea? Thanks