Font-size 75.01% - Why ???

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
xmas3
Forum Members
Forum Members
Posts: 41
Joined: Sat Jul 28, 2007 9:22 am

Font-size 75.01% - Why ???

Post by xmas3 »

Hello,
in the css is default font-size set to 75.01%.
Why is it so? Why is it not 75%?

Can somebody explain it to me?
Thanks a lot,
bye
Miro
gertvdijk
Forum Members
Forum Members
Posts: 13
Joined: Tue Aug 28, 2007 2:58 pm

Re: Font-size 75.01% - Why ???

Post by gertvdijk »

Let me guess:
- Internet Explorer goes crazy when a value of 75% or lower is set.
xmas3
Forum Members
Forum Members
Posts: 41
Joined: Sat Jul 28, 2007 9:22 am

Re: Font-size 75.01% - Why ???

Post by xmas3 »

Really,
it is something new for me...
I am going to find something more about this bug on internet.
Thanks.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Font-size 75.01% - Why ???

Post by tsw »

its a hack to get the font to be same size on every browser (couldnt find the source right now)
xmas3
Forum Members
Forum Members
Posts: 41
Joined: Sat Jul 28, 2007 9:22 am

Re: Font-size 75.01% - Why ???

Post by xmas3 »

hello,
it looks like that the 75.01% is for IE for MacOS.
Usually I use this:

Code: Select all

body{font-size: small;}
html>body { font-size: medium; }	/* CSS hack for IE quirk */
I am not sure if it is a best solution, let me know if you have a better one.
M.
Post Reply

Return to “Layout and Design (CSS & HTML)”