[Typo3] Image background...

Kristian Wind kw at hovsa.dk
Wed Sep 28 08:39:29 CEST 2005


Hi Peter and Steffen,

Sorry, should have said that I am already using opacity for the 
transparent background. This is so I can show a random background image 
(in another table). I think what I need is the CSS-tag (or whatever it 
is called) to the images only, so I can force 'em NOT to have be 
transparent. The content is inside a <div> tag.

Take a look at: http://utzon.mightyman.dk/


Best regards,
Kristian


Steffen Müller wrote:
> 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 ;-)
> 



More information about the TYPO3-english mailing list