Hi there, I've never come across this problem before and its quite annoying me. I have a list which when hovered over, a box appears around it. I have a list set out like the following
<div id="sidebar">
<h2>Our Services</h2>
<ul>
<a href="furniture.php"><li>Furniture</li></a>
<a href="kitchens.php"><li>Kitchens</li></a>
<a href="bedrooms.php"><li>Bedrooms</li></a>
<a href="flooring.php"><li>Flooring</li></a>
<a href="externaljoinery.php"><li>External Joinery</li></a>
<a href="commercialwork.php"><li>Commercial Work</li></a>
<a href="staircases.php"><li>Staircases</li></a>
<a href="tiling.php"><li>Tiling</li></a>
</ul>
</div>
But for some reason firefox doesnt render the whole list item as a link, only the text. It works across other browsers (even IE) but not firefox.