http://img6.imageshack.us/img6/1331/19748435.png
Looking at that image is the menu bar on my webpage. So far simple but why would firefox show the link in the parentheses while IE doesn't? I disabled all of my addons and it still does it. I looked at the source in firebug and it shows exactly what's in the HTML:
<div id="menu" >
<ul>
<li><a href="">Documentation</a></li>
<li><a href="">Developer Tools</a></li>
<li><a href="/">Database</a></li>
<li><a href="">Management</a></li>
</ul>
</div>
Anyone have any ideas? Thanks.