Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Differing font size in FF v IE Re: Differing font size in FF v IE

#47396
Nodster
Member

your correct, since i posted the question i found the answer to the font problem was to use the ‘HTML>body’ hack to alter the default font size in IE and other broswers.

the code now reads as

Code:
* { margin:0; padding:0;}

body {font-size:62.5%;}

html>body{font-size;10px;}

I am going to put the areas list into two columns to keep it concise and neat (in keeping with the rest of the page)

thanks for the reply.