Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mouse scroll (wheel) and control (ctrl) 1

Status
Not open for further replies.

TempestT37

Programmer
May 19, 2003
15
0
0
US
I am using IE6 and last night I discovered something. If I hold the ctrl button and scroll my wheel mouse button the texts gets bigger or smaller. Only some web pages (Microsoft) do this or just parts of a page (this site). I don’t see anything in the code that would cause this, and I don’t know what it is called so I can’t do a search for it.
Anybody know what this is caused by?

Michael
 
when someone uses px in the css code to define the size of font the font stays "fixed". It is best to use percentages.

It is why many usability experts such as Jakob Nielsen says you should be very careful about your font size.


On a side note Mozilla ignores fixed font and using control and mouse scroll can change to any size you want (infinite).

Gary Haran
==========================
 
I will be doing some reading on this.

Thanks
Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top