View Single Post
Old 28-05-2004, 07:27   #1 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,508
css transparency

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
  Reply With Quote