roll over met meerdere linken

Status
Niet open voor verdere reacties.

xerxes75

Nieuwe gebruiker
Lid geworden
2 jun 2009
Berichten
3
Beste allemaal ik ben op zoek naar de code in Dreamweaver om meerdere frames te kunnen openen met een roll over button.

De code voor de de roll over heb ik:
<td width="80"><img src="../images/buttons/Home-2.jpg" width="80" height="30" /></td>
<td width="80"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','../images/buttons/Introductie-2.jpg',1)"><img src="../images/buttons/Introductie-1.jpg" name="Image2" width="80" height="30" border="0" id="Image2" /></a>

meerde linken open via een normale hyperlink heb ik ook:

<td><div align="left"><a href="javascript:parent.topFrame.location='top frame.html' ;parent.topFrame1.location='Biografie/Biografie menu.html';parent.mainFrame.location='Biografie/Biografie.html'">Biografie </a>

nu nog de combinatie wie kan mij helpen? Alvast bedankt (oh ja ben redelijk leek)
 
Wat dacht je van:

HTML:
<a href="javascript:parent.topFrame.location='top frame.html' ;parent.topFrame1.location='Biografie/Biografie menu.html';parent.mainFrame.location='Biografie/Biografie.html'" 
   onmouseout="MM_swapImgRestore()" 
   onmouseover="MM_swapImage('Image2','','../images/buttons/Introductie-2.jpg',1)">
      <img src="../images/buttons/Introductie-1.jpg" name="Image2" width="80" height="30" border="0" id="Image2" />
</a>
 
nog 1 vraagje

Super bedankt!!

Ik wil de roll over in een tabel plaatsen en hij zet ze nu boven elkaar?!?

de code die ik heb is:

<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="80"><img src="../images/buttons/Home-2.jpg" width="80" height="30" /></td>
<a href="javascript:parent.topFrame.location='top menu/menu test.html' ;parent.leftFrame.location='sub menu/submenu test.html';parent.mainFrame.location='test.html'"
onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('Image2','','../images/buttons/Introductie-2.jpg',1)">
<img src="../images/buttons/Introductie-1.jpg" name="Image2" width="80" height="30" border="0" id="Image2" />
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan