Quick Safari CSS hack
/* Works in all browsers */
#testhack{background-color: blue;}
/* Will fail in Safari, and therefore Safari will be the only */
/* browser to apply the above style */
#testhack{background-color: red;#}
So the background color in Safari will be blue, all others will be red.
#testhack{background-color: blue;}
/* Will fail in Safari, and therefore Safari will be the only */
/* browser to apply the above style */
#testhack{background-color: red;#}
So the background color in Safari will be blue, all others will be red.





0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home