|
Hi blue-dreamer,
Thank you! I found the flash code at one of the links you sent and I disected someones drop-down and figured out how to make it work.
I still have one problem... I can't get the main nav buttons to roll-over. Below is a section of my code that I copied and pasted the 'red' section as a test, but it doesn't work. Any suggestions? Thanks!
b4b
__________________________________________________ __________________
<td width="17%" valign="top"><div id="company" style="position:absolute; width:200px; height:88px; z-index:4; top:162; visibility: hidden;">
<table width="115" border="0" cellpadding="0" cellspacing="0" bgcolor="#0E4576" onMouseOver="MM_showHideLayers('products','','hide ','demoCenter','','hide','resources','','hide','su pport','','hide','company','','show')" onMouseOut="MM_showHideLayers('products','','hide' ,'demoCenter','','hide','resources','','hide','sup port','','hide','company','','hide')">
<tr>
<td><img src="../newimages/pix.gif" width="115" height="1"></td>
</tr>
<tr>
<td><a href="../company1.htm"><img src="../img/xl3_company1.gif" width="121" height="22" border="0"></a></td>
</tr>
<tr>
<td><img src="../newimages/pix.gif" width="115" height="1"></td>
</tr>
<tr>
<td><a href="../company2.htm"><img src="../img/xl3_company2.gif" width="121" height="22" border="0"></a></td>
</tr>
<tr>
<td><img src="../newimages/pix.gif" width="115" height="1"></td>
</tr>
<tr>
<td><a href="../company3.htm"><img src="../img/xl3_company3.gif" width="121" height="22" border="0"></a></td>
</tr>
<tr>
<td><img src="../newimages/pix.gif" width="115" height="1"></td>
</tr>
<tr>
<td><a href="../company4.htm"><img src="../img/xl3_company4.gif" width="121" height="22" border="0"></a></td>
</tr>
<tr>
<td align="right"><img src="../img/square_5px_white.gif" width="2" height="2" onClick="MM_showHideLayers('Layer1','','hide')"></td>
</tr>
</table>
</div>
<a href="../company.htm" onMouseOver="dropdownmenu(this,event,'company');MM _swapImage('company','','images/company_mo',1)" onClick="return clickreturnvalue()" onMouseOut="MM_swapImgRestore()" > <img src="../img/company.gif" width="121" height="30" border="0" onMouseOver="MM_showHideLayers('products','','hide ','demoCenter','','hide','resources','','hide','su pport','','hide','company','','show')"></a></td>
</tr>
__________________________________________________ _____________________________
Note: I can't place this code at the previous location to view the gui, because I'm building the actual page and the files are confidential until the site goes live.
__________________
The truth is more important than the facts. Frank Lloyd Wright
Last edited by byte4byte : 06-19-2006 at 12:53 PM.
|