> If you mean that the text sits too far to the right, it looks like that
> is cause by a float issue with your ul.anchors. Adding one more line to
> your fragment class should do the trick:
> .fragment {
> padding: 10px;
> background: #fff;
> clear: left;
> }
>
> At least it worked for me when I tried it here. By the way, I saw in
> your style sheet that you use ".anchor:after" -- which works great in
> Firefox, et. al., but not in IE. Perhaps that is why your display
> problems were only occurring in IE?
Right, Bruce you didn't copy all the styles. In my example there is
another style sheet hidden away in Conditional Comments. So maybe you
didn't recognize that and took these comments for a normal and therefore
unimportant comment. Look for this:
<!-- Additional IE/Win specific style sheet (Conditional Comments) -->
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs-ie.css" type="text/css"
media="projection, screen" />
<![endif]-->
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/