Hallo,
wie ist es möglich per hover effekt eines Bildes die Transparents eines anderen Bildes zu bestimmen?
Wäre super wenn Ihr mir aushelfen könntet.
Gruß Falaffel
td img{
filter:alpha(opacity=50);
-moz-opacity: .50;
-khtml-opacity: .50;
opacity: .50;
}
td img:hover{
filter:alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
[...]
<td>
<img src="xy.abc" alt="" class="show-caption" />
<img src="ab.xyz" alt="" class="caption" />
</td>
[...][...]
<table>
[...]
<td>
<img src="xy.abc" alt="" class="show-caption" />
</td>
[...]
</table>
<article>
<img src="ab.xyz" alt="" class="caption" />
</article>
[...]Moderatoren: Laus, Moderatoren
Zurück zu: CSS für Anfänger
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast