-
17-04-2004, 15:55 #1TraxGuest
CSS probleem
<td width="85" onMouseOver="style.backgroundColor='E7E7E7'; style.cursor='hand';"><a href="home.htm" target="frame">.:home</a></td>
Maar nu blijft die kleur daar staan eens ik daarover ben geweest.
Ik wil dat er GEEN kleur meer staat.
Wat zet ik dan bij mijn onMouseOut="style.backgroundColor='none';" ???
Er mag geen kleur meer in de td zitten want de achtergrond afbeelding moet zichtbaar zijn.
Thx in advance!!!no votes
-
-
17-04-2004, 15:59 #2Member
- Registered
- 18/11/02
- Location
- Eke, België
- Posts
- 2,448
- iTrader
- 0
- Mentioned
- 0 Post(s)
- Reputation
- 0/0
onMouseout="style.backgroundColor=''"
da gaat toch rapper als ge zo'n dingen even uitprobeert nie ?no votes
-
17-04-2004, 15:59 #3
Re: CSS probleem
'transparent' normaal.Originally posted by Trax
<td width="85" onMouseOver="style.backgroundColor='E7E7E7'; style.cursor='hand';"><a href="home.htm" target="frame">.:home</a></td>
Maar nu blijft die kleur daar staan eens ik daarover ben geweest.
Ik wil dat er GEEN kleur meer staat.
Wat zet ik dan bij mijn onMouseOut="style.backgroundColor='none';" ???
Er mag geen kleur meer in de td zitten want de achtergrond afbeelding moet zichtbaar zijn.
Thx in advance!!!no votes
-
17-04-2004, 16:10 #4Member
- Registered
- 27/05/03
- Location
- Aarschot
- Posts
- 2,403
- iTrader
- 0
- Mentioned
- 0 Post(s)
- Reputation
- 0/0
hey die code hebk nog nooit gezien
die achtergrondkleur kunt ook late veranderen me onMouseOver="bgColor.." maar me cursor="hand" gaat het dan weer nie.
waarom staat die style. er telkens voor?
wat doet dit juist?There are only 10 types of people, those who understand binary and those who don't.
chown -R us ~/base
aka N`Kr1ptno votes
-
17-04-2004, 16:28 #5
css tiens
die code van u is al héél erg achterhaaldno votes
-
17-04-2004, 16:53 #6Member
- Registered
- 27/05/03
- Location
- Aarschot
- Posts
- 2,403
- iTrader
- 0
- Mentioned
- 0 Post(s)
- Reputation
- 0/0
bwa heel erg achterhaald ik gebruik wel css hoor
maar ik wist -nie da ge da zo kon gebruiken.
na wa googlen gevonden
altijd fijn om iets bij te leren
There are only 10 types of people, those who understand binary and those who don't.
chown -R us ~/base
aka N`Kr1ptno votes
-
17-04-2004, 19:31 #7TraxGuestHaha ej achterhaalde, uw code werkt wel nie!Originally posted by `SeriOUs
css tiens
die code van u is al héél erg achterhaald
Maar tis opgelost nu.no votes
-
17-04-2004, 20:26 #8ah neen?Originally posted by Trax
Haha ej achterhaalde, uw code werkt wel nie!
Maar tis opgelost nu.
ik weet waarover ik praat heer.
werkt anders wonderwel.Code:<td onmouseover="style.backgroundColor='999999'" onmouseout="style.backgroundColor='transparent'">
no votes
