Hi,
also es geht um die Navigation meiner Homepage. Ich würde gerne Zellen einer Tabelle mit einem Hintergrundbild hinterlegen, und wenn die Maus daraübergeht, mit einem anderen Hintergundbild.
Das ist der Code einer Zelle:
Code:
<tr>
<td width="100%" onMouseover="LmOver(this, '#00FFCC')" onMouseout="LmOut(this, '#33CCFF')" onMouseDown="LmDown(this, '#00FFCC')"
onMouseUp="LmUp('http://alexander.sam-host.net/')" bgcolor="#33CCFF" background="zelle2.jpg">[
url="http://alexander.sam-host.net/"] Home[/
url]</td></tr>
<tr>
Wie kann ich nun anstadt den bölden Hintergrundfarben ('#00FFCC'), durch ein Hintergrundbild ersetzen?
Also ich habe 0 Ahnung von
HTML, und ich will dann ungefähr so was:
Code:
<tr>
<td width="100%" onMouseover="LmOver(this.backgound, 'zelleNEU.jpg')" onMouseout="LmOut(this.backgound, 'zelle2.jpg')" onMouseDown="LmDown(this.backgound, 'zelleNEU.jpg')"
onMouseUp="LmUp('http://alexander.sam-host.net/')" bgcolor="#33CCFF" background="zelle2.jpg">[
url="http://alexander.sam-host.net/"] Home[/
url]</td></tr>
<tr>
Wisst ihr wie man das machen kann?
Gruß Alexander