Onbekend |
|
Hallo,
Ik wil als men over een kolom gaat, dat hij dan een een image als achtergrondkleur krijgt, maar hoe doe ik dat?
Ik weet wel dit:
onMouseOver="this.style.backgroundColor='#F5DEA7';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='#F7E3B6';"
onMouseOver="this.style.backgroundColor='#F5DEA7'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='#F7E3B6';"
Maar nu heb ik een achtergrondkleur met eroverheen, en er niet overheen. Maar kan ik dan bijv.
onMouseOver="this.style.background-image='image.jpg';
onMouseOver="this.style.background-image='image.jpg';
doen?
edit: dat kan dus niet, hoe moet het dan wel ?
|