Page is a not externally linkable
appi2 - 2:01 am on Jun 24, 2008 (gmt 0)
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"> a { <body>
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
<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}
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>
<div><a href="#">B<em>Ú</em><b>g</b></a></div>
</body>
</html>