[TYPO3-german] Bilder zur Navigation

Rainer Schleevoigt rainer at webmasterei-hamburg.de
Sun Mar 22 12:35:38 CET 2009


Lutz Rothe schrieb:
> Guter Tipp!
> Finde ich so auch viel besser.
> Habe mein CSS so geändert:
>
> .csc-textpic-image a:hover img {
> 	filter:alpha(opacity=75);
> 	-moz-opacity: 0.75;
> 	 opacity: 0.75;
> 	backgound-color: #000000;
> }
>   
Das hat den „Nachteil“, dass nun die Seite nicht valide ist.

Ich mache das immer so (mit Ben Nolans Behaviour.js):

'.CLASSNAME' : function(el) {
	el.onmouseover = function() {
			Element.setOpacity(el,'0.8'=;
		}
}


 Einen Tod muss man wohl sterben: Nichtvalidität oder Javascript)

Rainer 

> Danke für die Hilfe
> Lutz
>
> Andreas Burg schrieb:
>   
>> Lutz,
>>
>> schau mal hier[1], da müsstest du das finden, was du möchtest und ohne 
>> Javascript.
>>
>> [1]http://www.mandarindesign.com/opacity.html
>>
>>     
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list