[Typo3] Image background...

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Wed Sep 28 00:25:36 CEST 2005


Hi.

On 27.09.2005 23:54 Kristian Wind wrote:
> 
> I am using a transparent backgound to my Typo3 content. The only problem
> is that my pictures are also transparent. I imagine that I can handle
> this by CSS, but I don't know how.
> 

You need something like anti-transparency. Never heard about that.
The other way round would be opacity:
http://www.w3.org/TR/css3-color/#transparency
for example:
.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
}
see: http://www.quirksmode.org/css/opacity.html

Maybe this is a hint for further research.

Try using png in combination with IE ;-)

-- 
cheers,
Steffen



More information about the TYPO3-english mailing list