I am looking for someone to share a successful implementation of their navigation structure (sct:nav_row) using UL and LI tags. What I am actually looking for is the successful implementation of block hover and active elements (i.e. the entire line color changes on hover and active states rather than just the link text).
Thanks for the help.
Block A tags
We don't use ul and li tags so I cannot comment on that but I can comment on a full width link and hover. There are alot of ways to do this. you can style any tag:hover in a style sheet, and that will work with most current browsers but not IE6. We do something a little different so that IE6 is OK.
We use a:hover for the hover and to make it full width we set the a tag to display:block; so that it takes up the whole width. You can see an example of this at www.uvic.ca.
Cheers
Dave Wolowicz
Thanks for the
Thanks for the reply.
Shortly after I posted this, I figured it out. I am using ul/li tags for my main navigation and have them stlyed out to change the color of the entire block element on hover and active states. If anyone is interested in the code and styles, let me know.