This problem doesn't seem browser specific and generally applies to style in the webkit/gecko/mozilla styles.
For example, when I do a site mockup and use a style like:
element.class { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #800000; } or
element:last-child { .... } When opening the file via double-clicking on it, the style renders as I would expect. However, when applying the style to a live site served by IIS7, the style seems to have been ignored. I've gone through the site's IIS config and can't seem to see why this would be.
Any help would be greatly appreciated.
Thanks!