S
steven
Please have a look at http://users.pandora.be/nenya/anor2/0122.htm
I'm using an id selector to define a style for the paragraphs in a div:
div#div1 > p {
border-bottom: 1px solid #006699;
color:red;
margin-left: 20px;
}
ok in Mozilla, not ok in IE: the style is also applied to the paragraphs
outside the div. Other browsers?
Yet Another IE Bug? How can I fix this?
TIA
Steven
I'm using an id selector to define a style for the paragraphs in a div:
div#div1 > p {
border-bottom: 1px solid #006699;
color:red;
margin-left: 20px;
}
ok in Mozilla, not ok in IE: the style is also applied to the paragraphs
outside the div. Other browsers?
Yet Another IE Bug? How can I fix this?
TIA
Steven