Chris Akins wrote:
>> The correction for the horizontal nav bounce in IE/6/7/8 and Opera is:
>> ol#toc a {    /*border-bottom: 1px dotted rgb(120,120,120);*/
>> border-bottom: 3px dotted rgb(255,255,255);
>> }
>>
>>     
>
>
> While it's true the jumping issue is fixed, it's also at the expense
> of the desired dotted line which is now commented out.  I hope to find
> a solution which doesn't delete that line.
>
>   
You could try this:
ol#toc li a {padding-bottom:2px;}
ol#toc li a:hover {padding-bottom:0;}


-- 

Peter Abramowicz
Arachne Web Designs
403.990.6016
www.arachne-design.com <http://www.arachne-design.com>

Get Thunderbird <http://www.mozilla.org/products/thunderbird/>
______________________________________________________________________
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