Steve LaBadie wrote:
> When I create a nested list the border-bottom disappears in IE. If I
> remove the border: none; a double border appears under the last item in
> the nested list. Is there a work around?
>
>
> #leftside #leftnav ul { 
>
>             padding: 0px; 
>
>             margin: 0px 0px 0px 15px; 
>
>             list-style-type: none; 
>
> }
>
>
> #leftside #leftnav ul li { 
>
>             padding: 3px 0px 3px 0px; 
>
>             border-bottom: 1px dashed #c6c6c6; 
>
> }
>  
>
> #leftside #leftnav ul li ul li { 
>
>             border: none; 
>
> }
>   

Hi Steve,

Without seeing your page, all we can do is guess, but have you tried 
using a hasLayout hack on the rule that sets the border? That's where 
I'd start, and if that didn't fix that, I'd try adding hasLayout to its 
ancestors too.

http://www.satzansatz.de/cssd/onhavinglayout.html

HTH,
Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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