We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

gryzzly on 06/14/09


Tagged

css-hack text-shadow anti-aliasing


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

adambundy
bassdas


anti-aliasing text-shadow css hack


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.:

  1. text-shadow: rgba(0,0,0,.01) 0 0 1px;

Report this snippet 

You need to login to post a comment.