3 replies [Last post]
ktown
Offline
newbie
canada
Last seen: 19 years 19 weeks ago
canada
Joined: 2004-01-19
Posts: 2
Points: 0

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?

markaxsysdesign
markaxsysdesign's picture
Offline
Regular
Toccoa, Georgia
Last seen: 19 years 21 weeks ago
Toccoa, Georgia
Joined: 2004-01-09
Posts: 42
Points: 0

text size in EI6

Try using pixels or points if its IE

http//mark.axsysdesign.com

ktown
Offline
newbie
canada
Last seen: 19 years 19 weeks ago
canada
Joined: 2004-01-19
Posts: 2
Points: 0

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*/
}

Wink -cya

Big John
Big John's picture
Offline
Enthusiast
Arizona
Last seen: 19 years 31 weeks ago
Arizona
Timezone: GMT-7
Joined: 2003-10-29
Posts: 94
Points: 0

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.

http//www.positioniseverything.net/