[thelist] CSS again: suspected IE funkiness on inline UL

Lee kowalkowski lee.kowalkowski at googlemail.com
Thu Dec 14 16:12:38 CST 2006


On 14/12/06, Joel D Canfield <joel at spinhead.com> wrote:
> but mine breaks in IE
>
>    http://www.intranetintelligence.com/ii/
>
> The selected tab has no top border, bottom border is blue when it should
> be white (making it invisible.)
>
> I really really tried to figger it out myself, but it's not coming to
> me.
>
> Any pointers on where to look?

Hmm, I'd just do this:

No bottom border instead of a white one, relative position, shifted
down a pixel to overlap the bottom border of the UL element, so in
your .currentpage rules:

  border-bottom: 0;
  position:relative;
  top:1px;

-- 
Lee



More information about the thelist mailing list