Aceramic
10-25-2007, 05:51 PM
So, I can choose one of the following options, post your opinion on which one I should take:
Use fully validated CSS with a PNG with alpha opacity, that looks like crap in IE.
Use invalid CSS by tossing out the PNG's, and using
filter:alpha(opacity=70
opacity:0.7;
which works perfectly in both IE and FF, but doesn't validate.
I'm all for having fully valid code, but I'd like the page to look good in both IE and FF, and haven't had much luck with the PNG hacks so far. :/
Which one should I use? :)
Use fully validated CSS with a PNG with alpha opacity, that looks like crap in IE.
Use invalid CSS by tossing out the PNG's, and using
filter:alpha(opacity=70
opacity:0.7;
which works perfectly in both IE and FF, but doesn't validate.
I'm all for having fully valid code, but I'd like the page to look good in both IE and FF, and haven't had much luck with the PNG hacks so far. :/
Which one should I use? :)