Hi,
I have to following code fragment, and no matter what I set the font-size to, IE7 doesn't listen at all! All other browsers are working fine. Any ideas?
<html>
<head>
<title>Test</title>
<style type="text/css">
* {margin:0;padding:0;font-size:3em;font-family:Arial;}
</style>
</head>
<body>
<h1>A heading goes here</h1>
</body>
</html>