Forum Moderators: open
<ul>
<li><a href="index.php" title="Home">Home</a></li>
<li>|</li>
<li><a href="account.php" title="Account">My Account</a></li>
<li>|</li>
<li><a href="#" title="Contact">Contact Us</a></li>
<li>|</li>
<li><a href="#" title="Why Us?">Why Us?</a></li>
<li>|</li>
<li><a href="#" title="News">Watch News</a></li>
<li>|</li>
<li><a href="#" title="Reviews">Watch Reviews</a></li>
<li>|</li>
<li><a href="#" title="Checkout">Checkout</a></li>
</ul>
ul li a { text-decoration:none; color:#000000; cursor:auto;} When you change ul li a in your CSS into ul, it is working in Firefox.Trick for new players ;) - that is because setting the styles on the ul removes cursor:auto from the a - where it is causing the troubles.