And/or: Is there a better way to do this whole task? Meaning: solving  
the icky-image-edges problem without using high-res images (which I  
assume take longer to load)?

-----------------------

What you're running into is that GIF's don't have variable transparency. It's 
either transparent or it's not - no 50% opaque.  That means that it can't 
anti-alias your text well.  Using PNG's instead of GIF's would fix that.  IE6 
doesn't support PNG transparency but all the other browsers (IE 7 and 8 
included) have no problems.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to