Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS help with opacity Re: help with opacity

#83601
cybershot
Participant

I couldn’t get it working.


#navigation {
width: 180px;
min-height: 104px;
background: #000;
opacity:.55;
filter:alpha(opacity=55);
filter: "alpha(opacity=55)";
padding: 20px;
z-index: 50;

}

#nav {
color: #fff;
width: 180px;
min-height: 104px;
z-index: 100;
}