Hi,
Since I was helped so well with my last question, I'm hoping to solve this problem too with a little help. My mane navigation is coded like this (html):
The relevant styles in the stylesheet:
A dotted underline is visible in Firefox but isn't in IE7. Any thoughts?
Gert
Gert
Since I was helped so well with my last question, I'm hoping to solve this problem too with a little help. My mane navigation is coded like this (html):
Code:
<div id="header">
<ul>
<li>home</li>
<li><a href="/portfolio.php">portfolio</a></li>
<li><a href="/over-mij.php">over mij</a></li>
<li><a href="/werkwijze.php">werkwijze</a></li>
<li><a href="/prijzen.php">prijzen</a></li>
<li><a href="/contact.php">contact</a></li>
</ul>
</div>
The relevant styles in the stylesheet:
Code:
#header ul {margin-left:490px;}
#header li {float:left;color:#FFFFFF;list-style:none;font-size:14px;margin-right:10px;margin-top:115px;font-weight:bold;}
#header li a {color:#FFFFFF;text-decoration:none;border-bottom-style:dotted; border-bottom-width:1px; border-bottom-color:#FFFFFF;}
#header li a:hover {color:#FFFFFF;text-decoration:none;border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#FFFFFF;}
A dotted underline is visible in Firefox but isn't in IE7. Any thoughts?
Gert
Gert