Page 1 of 1

Transparency?

Posted: Tue Oct 03, 2006 8:06 pm
by geographiker
Hey I hope somebody can help me... is it possible to make the sidebar-background transparent (30-80%), not totally transparent...

Posted: Tue Oct 03, 2006 8:15 pm
by carl_galloway
If you place a black image over the sidebar (as a background image) then use css to adjust its opacity, then what you ask for can be done. You'd need to do a search on Google for css opacity.

Posted: Tue Oct 03, 2006 8:40 pm
by geographiker
ok, it works in firefox now.

Code: Select all

opacity: .75;
but it doesn't in IE

Posted: Tue Oct 03, 2006 10:50 pm
by d_cee
Take a look at Mandarin Design - all you need to know about CSS transparency.

Dave

Posted: Tue Oct 03, 2006 11:20 pm
by geographiker
ok, thx!