bluemoon
Neues Mitglied
Ich habe mit CSS ein navigationsmenü erstellt, das ich im linken Frame eingebunden habe.
Ich will, dass wenn man auf einen Link klickt der Inhalt rechts im Frame erscheint.
Das hab ich jetzt einigermaßen hingekriegt nur wenn man auf einen Link klickt wird er sowohl im rechten als auch im linken Frame angezeigt!!!
Das ist der Code:
<tr><td width="100%" onMouseover="LmOver(this, '#FF8C00')" onMouseout="LmOut(this, '#FF993')" onMouseDown="LmDown(this, '#FF8C00')"
onMouseUp="LmUp('home.html')" bgcolor="#FF993"> home</td></tr>
Was muss ich da noch machen? :?:
Ich will, dass wenn man auf einen Link klickt der Inhalt rechts im Frame erscheint.
Das hab ich jetzt einigermaßen hingekriegt nur wenn man auf einen Link klickt wird er sowohl im rechten als auch im linken Frame angezeigt!!!
Das ist der Code:
<tr><td width="100%" onMouseover="LmOver(this, '#FF8C00')" onMouseout="LmOut(this, '#FF993')" onMouseDown="LmDown(this, '#FF8C00')"
onMouseUp="LmUp('home.html')" bgcolor="#FF993"> home</td></tr>
Was muss ich da noch machen? :?: