Hi,
I understand how to use an asterisk as a universal selector however when I was viewing my sites CSS I discovered this.
#header ul.toolbar li {
border-right: 2px solid #ad0304;
margin-right: 6px;
padding-right: 6px;
*margin-right: 6px;
*padding-right: 4px;
}
Can any one explain what the * does in this instance?