|
Posted by Jonathan N. Little on 03/19/06 06:13
dorayme wrote:
> In article <441caa73$0$3691$cb0e7fc6@news.centralva.net>,
> "Jonathan N. Little" <lws4art@centralva.net> wrote:
<snip>
> Was it a total illusion of mine about last-child?
> I used FF (The web developer tools are a new toy for me, live
> changes to css or html tweaking!) When my
>
last-child is in CSS3 proposal, but forget IE support! IE does even
support the first-child. You latest in IE has the leading '|' on the
first link and all links are slammed against left hand '|'s
|LINK |LINK |...
of course looks ok in real browsers ;-)
> #navStrip li:last-child {
> border: none;
> padding-left: 0;
> }
>
> was in the css, the last border of the row had no right visible
> margin bar. When I removed it, the bar appeared. I kid you not,
> it seemed to me to be doing what I wanted. So what is going on? A
> FF bug?
>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|