|
Posted by dorayme on 06/10/06 04:43
In article <ea883$448a47da$40cba795$10804@NAXS.COM>,
"Jonathan N. Little" <lws4art@centralva.net> wrote:
> > Stop! I was wrong. It _does_ work in _all_ my browsers including
> > IE.
> >
> Really? Does not work in IE6. But MacIE5 is a different beast than Win
> version.
>
Stop again, getting tired, got up to early and it is 9 hrs into
my work day already, it does _not_ show pipes in IE Mac...
> Look at this one:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
> <html>
> <head>
> <title>Test</title>
>
> <style type="text/css">
> UL.linkbar { list-style: none; }
> UL.linkbar:before { content: "[ "; }
> UL.linkbar:after { content: " ]"; }
> UL.linkbar LI { display: inline; }
> UL.linkbar LI + LI:before { content: "| "; }
> }
> </style>
>
> <script type="text/javascript">
> </script>
>
> </head>
> <body>
> <ul class="linkbar">
> <li><a href="#">Link</a></li>
> <li><a href="#">Link</a></li>
> <li><a href="#">Link</a></li>
> <li><a href="#">Link</a></li>
> </ul>
> </body>
> </html>
>
> Works in Gecko and Opera but again no IE. It is a horizontal list but no
> styling. IE appears to support neither the adjacent element selector nor
> the :before and :after pseudo classes. Gotta love the old piece of crap!
>
Again, fine in most browsers but not in IE5 on my Mac (inline is
fine, not the brackets)
--
dorayme
Navigation:
[Reply to this message]
|