g1smd

msg:4469144 | 8:31 am on Jun 25, 2012 (gmt 0) |
<li><a href="/path/file" title="pop up title">anchor text</a></li>
|
rocknbil

msg:4469303 | 4:19 pm on Jun 25, 2012 (gmt 0) |
Right, don't jump through hoops to make an unnatural object a link. You can, but the anchor is the natural element for this. Whatever styles you have on <li> to render its display, apply those to the anchor instead. Hint: anchors are inline by default, you might have to set display:block.
|
g1smd

msg:4469310 | 4:27 pm on Jun 25, 2012 (gmt 0) |
It's quite natural for each list item of a list to be a separate link. I can think of several scenarios beyond the standard navbar code.
|
rocknbil

msg:4469698 | 3:44 pm on Jun 26, 2012 (gmt 0) |
I mean the anchor is the natural element for a hyperlink, not the list item itself. You'd have to use Javascript to make the list item "clickable" without an anchor, which makes it Javascript dependent, blah blah blah . . . :-)
|
|