Mon, 2004-01-19 19:33
help! :?
i have no idea... in EI6 - my fonts are HUGE
if i set my body font size to x-small then it looks perfect in EI6 - but really bad in Netscape, Mozilla & Opera
why?
how?
please help
is there a hack?
Mon, 2004-01-19 22:06
#1
text size in EI6
Try using pixels or points if its IE
Mon, 2004-01-19 22:26
#2
text size in EI6
thanks for hte reply
i don't liek pixels
but i did find a solution
body { font-size:small;/*for other browers (not ie)*/ } * html body { font-size:x-small; /*for ie5 and 5.5. */ f\ont-size:small;/* for ie6 in standards mode*/ }
-cya
Tue, 2004-01-20 06:10
#3
text size in EI6
IE/Win has a nasty text sizing bug. When text is resized,
IE makes huge jumps between sizes. The standard way
to prevent it is to set a % size in the css for the body
element, and then any elements that need different
sizing get EM's.