On Fri, Jun 26, 2009 at 1:03 PM, Peter Abramowicz<pabra...@web.net> wrote:
> Chris Akins wrote:
>

>
> You could try this:
> ol#toc li a {padding-bottom:2px;}
> ol#toc li a:hover {padding-bottom:0;}


Hey - that worked for the top horizontal links!  With slight
modification, that is.  The ol#toc a already had a bottom padding of
3px declared here:

ol#toc a {padding: 0 0 3px 10px;}

So I just added the ol#toc a:hover {padding-bottom:0;}

I also had to add a padding-bottom: 3px; to the ol#toc li
a.active:hover rule so that one stays put.

Thanks for the tip.  So - now, how 'bout the list of links?  Anyone
got any ideas on why they jump around?
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to