Happy Friday everyone.
Here's todays conundrum:
Until now I've been using:
Code:
-moz-opacity: 0.whatever;
filter: Alpha(Opacity=whatever);
to control transparency. However this doesn't work on a Mac, but I stumbled across this today:
http://www.csszengarden.com/?cssfile...098.css&page=0
and it appears to have transparent DIVs that work on a Mac.
The css file only mentions transparency a couple of times like this:
Code:
background: transparent url(footer_bg.gif) no-repeat top left;
so I just tried it out and it doesn't work, what am I missing?
TIA