The code i'm using is fine in firefox and chrome but ie is keeping the bullet point as black.
Anyone know how i can hack round it?
.rightpane ul , .contentpane ul {
padding:0;
margin:0;
margin-left:15px;
text-align:left;
list-style-type:disc;
color: #007dc3;
}
.rightpane ul li:first-line , .contentpane ul li:first-line {
color: black;
padding:0;
margin:0;
list-style-type:disc;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
had a quick google for the li:first-line pseudo class but it has left me more confused quite frankly!
cheers,
dave