i have two seperate style sheets. one that needs to read FF and Chrome and a seperate style sheet for IE (conditional commenting) to fix all the bugs that IE has, but i now have a problem with Chrome not reading ONE style correct.
it's not reading my margin on the style for my navigation, and i have even tried addign -khtml- every where in the style to see if it might read it....
style
.navigation{
font-size:70%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
background-image:url(../images/NavigationSlice.jpg);
background-repeat: repeat-x;
background-color:#ffffff;
width: 101.3%;
height:40px;
margin-left:-5px;
}
not sure if i should rather paste my whole code for you to see??
but if you have experienced this problem before, and know a solution, your help would be much appreciated!! :)