Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Which Browser is correct?


appi2 - 2:01 am on Jun 24, 2008 (gmt 0)


OK this looks the same in FF2 and FF3,
different in IE6 & IE7
different in Opera 1.5
different in Safari 3.1 but same as konqueror 3.59 release 51.2

And by different I mean different between IE to Safari or Opera to FF etc.

So Which browser is the one that is displaying this correct?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<style type="text/css">
* {margin:0; padding:0;}
body {font-family:"Times New Roman", Times, serif}

a {
display:block;
border:1px solid green;
background:#ccc;
font-size:160px;
line-height:160px;
}
a {
height:263px;
}
img {border:0;}
em { vertical-align:super;}
b { vertical-align:sub;}
</style>
</head>

<body>
<div><a href="#">B<em>Ú</em><b>g</b></a></div>
</body>
</html>


Thread source:: http://www.webmasterworld.com/css/3682040.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com