Transparency?

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
geographiker
Regular
Posts: 21
Joined: Fri Sep 29, 2006 9:34 am
Contact:

Transparency?

Post by geographiker »

Hey I hope somebody can help me... is it possible to make the sidebar-background transparent (30-80%), not totally transparent...
carl_galloway
Regular
Posts: 1331
Joined: Sun Dec 04, 2005 5:43 pm
Location: Andalucia, Spain
Contact:

Post 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.
geographiker
Regular
Posts: 21
Joined: Fri Sep 29, 2006 9:34 am
Contact:

Post by geographiker »

ok, it works in firefox now.

Code: Select all

opacity: .75;
but it doesn't in IE
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Take a look at Mandarin Design - all you need to know about CSS transparency.

Dave
geographiker
Regular
Posts: 21
Joined: Fri Sep 29, 2006 9:34 am
Contact:

Post by geographiker »

ok, thx!
Post Reply