Forums

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

Home Forums CSS ah! i cant get my #content_box transparent again :( Re: ah! i cant get my #content_box transparent again :(

#87230
clokey2k
Participant

*COUGH* ‘background:transparent;’ *COUGH*

Please excuse my bluntness but in your IE stylesheet you want to override the background colour – like it said in the article:

.color-block {
background:transparent; //<--- :-)
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000050,endColorstr=#99000050);
zoom: 1;
}