Quote:
Originally Posted by Lchad
I would remove the title="" from each link and see if that helps.
I'm sure once you remove the title="" you'll lose your styling.
So at that point, use <li></li> instead of div id's for each link. Then style the lists.

|
This is what Linda talking about
:
- HTML: Select all
<div id="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
and for the styling, you can do it yourself easily
