square bullets won’t show in IE
-
Hi there
I am building a website for a friend (www.patron.nl) and want my bullets to look nice and square and red. So I added a piece of code the CSS, (which I found on another website, I am really new at this, so just copying and pasting all over the place ;-)):
#content ul{
list-style-type: square;
color: #D11600;
margin: 0px 0px 0px 20px;
padding: 0px 0px 15px 0px;
}#content ul li{
list-style-type: square;
color: #D11600;
margin: 0px 0px 0px 20px;
padding: 0px 0px 5px 0px;
}And everything works fine in FF and Safari, but my pretty squares won’t show in IE.
I am just a WordPress amateur and half the time I don’t know what I am doing so I hope someone can help me solve this problem.
Many thanks!
- The topic ‘square bullets won’t show in IE’ is closed to new replies.