chrbar
01-08-2008, 12:24 AM
Hi,
I would like to use two DD scripts:
Drop down/ Overlapping Content
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
and
Dissolving Image Rollover
http://www.dynamicdrive.com/dynamicindex15/dissolveroll.htm
But the Image Rollover does not function when I add them together on an image link :confused:
<td height="13" align="left" valign="top"><a href="#" onMouseOver="turnOn('button1');" onMouseOut="turnOff('button1');" id="buttonA" rel="subcontent1"><img name="button1" class="imgTrans" src="images/button1.jpg" alt="" width="113" height="13" border="0" /></a></td>
If I remove
id="button1" rel="subcontent1"
the Image Rollover functions correctly (but no more Drop down/ Overlapping Content).
And if I leave
id="buttonA" rel="subcontent1"
the Image Rollover does not function anymore (but the Drop down/ Overlapping Content runs correctly).
Someone could help me :)
Thanks a lot,
Chris
I would like to use two DD scripts:
Drop down/ Overlapping Content
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
and
Dissolving Image Rollover
http://www.dynamicdrive.com/dynamicindex15/dissolveroll.htm
But the Image Rollover does not function when I add them together on an image link :confused:
<td height="13" align="left" valign="top"><a href="#" onMouseOver="turnOn('button1');" onMouseOut="turnOff('button1');" id="buttonA" rel="subcontent1"><img name="button1" class="imgTrans" src="images/button1.jpg" alt="" width="113" height="13" border="0" /></a></td>
If I remove
id="button1" rel="subcontent1"
the Image Rollover functions correctly (but no more Drop down/ Overlapping Content).
And if I leave
id="buttonA" rel="subcontent1"
the Image Rollover does not function anymore (but the Drop down/ Overlapping Content runs correctly).
Someone could help me :)
Thanks a lot,
Chris