View Single Post
  #7 (permalink)  
Old Nov 7th, 2007, 00:51
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Msie doesn't make my links links..

Quote:
Originally Posted by Lchad View Post
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
Reply With Quote