[css-d] Interesting issue with IE6, borders, and negative margins

2009-08-06 Thread Mike Smith
Hello all, I have some HTML being generated by our CMS that is creating a nested list for a menu. The issue at hand: The sub-navigation on this menu is supposed to have a divider between each item. I used a border-bottom on each link to achieve this. However, the last item shouldn't not have this

Re: [css-d] Interesting issue with IE6, borders, and negative margins

2009-08-06 Thread Mike Smith
On Thu, Aug 6, 2009 at 11:00 AM, Mike Smith wrote: > Hello all, > > I have some HTML being generated by our CMS that is creating a nested list > for a menu. > The issue at hand: > > The sub-navigation on this menu is supposed to have a divider between each > item. I used a border-bottom on each l

Re: [css-d] Interesting issue with IE6, borders, and negative margins

2009-08-07 Thread Tim Snadden
On 7/08/2009, at 3:00 AM, Mike Smith wrote: > Hello all, > > I have some HTML being generated by our CMS that is creating a > nested list > for a menu. > The issue at hand: > > The sub-navigation on this menu is supposed to have a divider > between each > item. I used a border-bottom on each

Re: [css-d] Interesting issue with IE6, borders, and negative margins

2009-08-07 Thread Mike Smith
On Fri, Aug 7, 2009 at 4:29 AM, Tim Snadden wrote: > > > Give the containing list item 'layout' ( > http://www.satzansatz.de/cssd/onhavinglayout.html > ). One way is with the proprietary 'zoom'. Put it in a separate > stylesheet with conditional comments. > > .activenavpath { zoom: 1; } > Thanks