MeGa
12-19-2003, 04:53 AM
HTML code:
<div class="topbar"><a href="#">Home</a> <a href="#">Web Server</a></div>
CSS corresponding code:
a:link { color:#000000; }
a:visited { color:#A26024; }
a:hover { color:#975922; }
a:active { color:#839FBC; }
div.topbar { margin: 0 0 0 0; background-color: #BBC6CD; height:50px; }
Problem:
in all browsers but IE it is perfect. The problem is that IE doesn't make the link that good, it's very hard to click it (only the very 1st TOP pixel of the capital letters make the link, the rest isn't even treated as text
thanks in advance
PD. http://www.angelfire.com/linux/enigmax/
<div class="topbar"><a href="#">Home</a> <a href="#">Web Server</a></div>
CSS corresponding code:
a:link { color:#000000; }
a:visited { color:#A26024; }
a:hover { color:#975922; }
a:active { color:#839FBC; }
div.topbar { margin: 0 0 0 0; background-color: #BBC6CD; height:50px; }
Problem:
in all browsers but IE it is perfect. The problem is that IE doesn't make the link that good, it's very hard to click it (only the very 1st TOP pixel of the capital letters make the link, the rest isn't even treated as text
thanks in advance
PD. http://www.angelfire.com/linux/enigmax/