Another related question - is there a good way, once your link is nicely 
tucked into a <li> of getting the background of the container <li> to 
change colour on mouse over, instead of just the A background colour?

Right now I dodge this issue by just having the text colour change on 
mouse over, but one day this bluff is going to get called!

Is <a href="link.html"><li>link</li></a> acceptable?

thanks!

Sandy

>>How can I set the width of the navigation on the right so each link is
>>the same width? Meaning, the background/hover effects, etc.
>>
>>    http://www.grassies.com/g/



> In order to apply a width to an inline element such as A, you have to 
> change it to block:


>          <ul id="navlist">
>                  <li><a href="/g/" id="current">Home</a></li>
>                  <li><a href="expo.asp">Expo</a></li>
>                  <li><a href="links.asp">Links</a></li>
>                  <li><a href="about.asp">About</a></li>
>                  <li><a href="faq.asp">FAQ</a></li>
>                  <li><a href="contact.asp">Contact</a></li>
>          </ul>
> 
\
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to