Hi,
Please forget about my previous question.
Now I have a different question:
I tried to make the "MEN'S JEWELRY" a different background color. I named the style "category-mens" and here is my CSS:
PHP Code:
a.category-mens-text:hover {
background-color: #000033;
color: #ffffff;
margin: 0.2em 0 0 0.2em;
padding: 0.2em 0.3em;
}
a.category-mens-text {
background-color: #003366;
color: #dddddd;
margin: 0.2em 0 0 0.2em;
padding: 0.2em 0.3em;
}
On IE the square (list style) before "MEN'S JEWELRY" disappeared and on Safari all squares are gone. Where could the problem be?
Thanks.