Jump to content

When will the browser wars end?


george

Recommended Posts

I am setting the width of my container in emthe body tag has the attribute

font-size:100%;

as reccomended on http://www.w3schools.com/css/css_font.asp to prevent font font resizing between browsers. But my site, and even the examples on css_font.asp, show radically different font sizes for things like

h1

and "default" text size. I used the example provided

body {font-size:100%;}h1 {font-size:2.5em;}h2 {font-size:1.875em;}p {font-size:0.875em;}

and I get very different font sizes. I guess I am going to have to use an IE exception in my code and size font default sizes px. Then what happens should I use a custom font? Is there some way I can see the font size in pixels that Firefox is using? I like the size. Frustrated. (just when I thought I knew it all.)

Link to comment
Share on other sites

It looks the same in IE and FF to me? are you sure the 'View -> Text Size' setting is set to 'medium' in IE
Oh Myiiiii Goodness you are right! (embarrassed) :) Thank you
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...