I've been using <div> tags to create boxes that are links. I had a series of links in an unordered list like this:
That worked ok but IE seems to be buggy with respect to borders inside <ul> tags. So I switched to just this:Code:<ul> <li><a href><div>Link Text</div></a></li> </ul>
Now IE doesn't transform the cursor to indicate it's over a hyperlink although the link will still work. Is this a known issue and does anyone know how I can get IE to behave?Code:<a href><div>Link Text</div></a>







Bookmarks