/ Published in: CSS
URL: http://sam.brown.tc/entry/367/follow-up-safari-s-text-shadow-anti-aliasing-css-hack
Rogie King has found a new method to alleviate this problem in the latest versions of Firefox and more specifically the Safari 4 beta. Instead of using a solid background colour Rogie explains that using a 99% transparent text-shadow colour creates the same result. E.g.:
Expand |
Embed | Plain Text
text-shadow: rgba(0,0,0,.01) 0 0 1px;
You need to login to post a comment.
