Forum Moderators: not2easy
I have modified it to fit my purpose but there is something that i have noticed about a behavior across IE and firefox.
If you press CTR_kEY + PLUS_KEY, the navigation expands beautifully in IE but does so terribly in firefox.
Is it possible to get it exoanding in firefox the way it does in IE.
if its possible i would really love to know how to make this behave the same way in both browsers, as i have had this with some of my designs as well.
thanks in advance.
If you press CTR_kEY + PLUS_KEY, the navigation expands beautifully in IE but does so terribly in firefox.
Are you trying this in IE7? The Ctrl +/- shortcut in IE7 and FF do two different things. In IE7 this is a shortcut for the 'zoom' feature which enlarges everything, including images. In FF, however, this is a shortcut for the 'text resize' feature which only resizes the text (in IE7 this is now limited to a menu option).
I'm currently on a FF1.5 machine, but AFAIK even FF2 does not have a 'zoom' feature.
And yes, its IE7, and FF2, sorry i did not mention that.
Is there a way you can control how your text resizes in FF? Can any control be exerted over this at all?
I guess what i am asking is, can i write my code (CSS or mark up) insuch a way that will make the CTRL_KEY+PLUS_KEY in FF behave like thye zoom in IE, so that my fonts will increase in proportion to each other and not overlap, as it does now?
Or maybe even have other parts of the page increase with the font, is there anyway to do this?
[w3.org ]
The basic premise is that a 'CSS pixel' is equal to a normal pixel at 96dpi and with the viewer being at an arms' length distance from the screen. If the situation differs greatly from this then the UA is free to redefine the number of device pixels per 'CSS pixel' to make the site more usable.