[CSS] hovereffekt für bestimmte Elemente unterbinden

Begonnen von haraldos, 29. Juni 2005, 13:04:01

Vorheriges Thema - Nächstes Thema

haraldos

Moin,
habe für Textlinks einen leichten Hovereffekt eingebunden den ich aber bei transparenten Grafiken nicht haben möchte. Irgendwie gelingt es mir aber nicht diesen für die Grafiken zu unterbinden.
Die Grafik:
<

 
 
In der CSS:  
.icon a:hover {     background-color:transparent; }

 
Live und in Farbe: http://www.datec.de/produkte.php\" rel=\"external nofollow\">http://www.datec.de/produkte.php
Wo hängt der Hammer?
Danke & Gruß, Haraldos
http://de.profile.xfire.com/haraldos\" rel=\"external nofollow\">http://de.miniprofile.xfire.com/bg/co/type/2/haraldos.png\" alt=\"haraldos.png\">

lord_of_chaos

http://www.gmod.de\" rel=\"external nofollow\">http://www.gmod.de

Powie


mahe


Original von lord_of_chaos Also bei mir gibt es keinen Hover-Effekt.
[/quote]dacht ich zuerst auch und dann hab ich nomal ordentlich hingeguggt /uploads/emoticons/icon_e_biggrin.gif.1a84f5257b36e14b36d04985314f877f.gif\" alt=\":-D\" />
Versuch mal a.icon:hover (so mach ich das zumindest immer :L)

http://blog.mahe.at\" rel=\"external nofollow\">http://blog.mahe.at/wp-content/uploads/2007/06/88x31_1.jpg\" alt=\"88x31_1.jpg\">


Ja, diese Signatur dient zur Werbung!


Und dass ich meine Posts wiederfinde ...


haraldos


Original von Powie vielleicht ein Browserabhängiger Effekt
[/quote]
Nur insofern dass der FF nur das untere Drittel des transparenten Hintergrunds \"hovert\", der IE aber den Kompletten.

Original von mahe Versuch mal a.icon:hover
[/quote] Hilft leider auch net...
Hier mal alle Link Effekte aus der CSS:

.navi a:link {      text-decoration: none; color:#006462; font-weight:bold; }
.navi a:visited {   text-decoration: none; color:#006462; font-weight:bold; }
.navi a:active {    text-decoration: none; color:#006462; font-weight:bold; }
.navi a:hover {     text-decoration: none; color:#000000; font-weight:bold; background-color:#F0F3F2; }
a.icon:hover {     background-color:transparent; }
a:link {            text-decoration: underline; color: #000000; }
a:visited {         text-decoration: underline; color: #000000; }
a:active {          text-decoration: underline; color: #000000; }
a:hover {           text-decoration: underline; color: #006462; background-color:#F0F3F2; }

 
noch ne Idee?
http://de.profile.xfire.com/haraldos\" rel=\"external nofollow\">http://de.miniprofile.xfire.com/bg/co/type/2/haraldos.png\" alt=\"haraldos.png\">

mahe

background-color:transparent; <<-- gibts das?
Das hat bei mir schon bei den Tabellen ned gefunzt ...
schonmal none versucht?

http://blog.mahe.at\" rel=\"external nofollow\">http://blog.mahe.at/wp-content/uploads/2007/06/88x31_1.jpg\" alt=\"88x31_1.jpg\">


Ja, diese Signatur dient zur Werbung!


Und dass ich meine Posts wiederfinde ...


haraldos

Ja, steht zumindest so bei css4you.de dokumentiert...
\"none\" war mein erster Kandidat, mit gleichgrünem Ergebnis.
http://de.profile.xfire.com/haraldos\" rel=\"external nofollow\">http://de.miniprofile.xfire.com/bg/co/type/2/haraldos.png\" alt=\"haraldos.png\">

haraldos

Des Rätsels Lösung:
die Klasse darf nicht im  Tag definiert werden, sondern muss in meinem Fall im  stehen. Dann klapt´s auch /uploads/emoticons/icon_e_wink.gif.3167d127940f44558fbf1ccd9b6d60a9.gif\" alt=\";-)\" />
http://de.profile.xfire.com/haraldos\" rel=\"external nofollow\">http://de.miniprofile.xfire.com/bg/co/type/2/haraldos.png\" alt=\"haraldos.png\">

...

Mach einfach a.link.klasse{} dann könntest du es auch direkt machen, so ist es halt \"gruppiert\".

all your base are belong to us / Discord