This is the first time i'm going to encounter this I've scrape a website and extracted all the styles and one thing that caught my eye is this code like so:
ul.tabs {
position: absolute;
margin-top: 480px;
width:100%;
background: URL("../design/images/masters/bkng-tabs-navigation.png") no-repeat 50% 17px;
height: 70px;
*margin-left: -487px; /* What is "*" in here */
}
What is the meaning of '*' in *margin-left
because when I removed it, it doesn't work