hello - just curious -
If i have an external css file:
div.test {margin-left:30px;}
and my markup:
<div class="test" style="margin-left:10px;">something</div>
What wins? is the margin-left 30px or 10px - is this treated differently from browser to browser?
Thanks!