M
Marindi
I have a dropdown menu that drops when you hover on the first/main title. I
want to change it so it only drops when you hover on the arrow next to the
title, not on the whole <td>. What do I need to change?
Here is a bit of the code: (currently it drops when you hover on CardBizZone
and â–¼ - I want it to only drop on the "â–¼" /arrow bit)
<tr>
<td class="menuBlur" onmouseover="openlist(this);"
onmouseout="closelist(this);" style="border: 0px; padding-left: 4px;
padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
<p class="MainMenulink"><font color="#FFFFFF">
<a class="MainMenulink" target="_top"
href="../CardBizZone/CardBizZoneIndex.htm">CardBizZone<font face="Arial">
â–¼</font>
</a></font>
</p>
<div class="menuBlurMain" width="100%" style="float: center">
<table class="itemtable" width="100%" style="border-collapse: collapse;
border: 1px solid #29634B; padding-left: 4px; padding-right: 4px;
padding-top: 1px; padding-bottom: 1px" border="0" bordercolor="#000000"
cellspacing="3">
<tr>.... and so the table continues...
want to change it so it only drops when you hover on the arrow next to the
title, not on the whole <td>. What do I need to change?
Here is a bit of the code: (currently it drops when you hover on CardBizZone
and â–¼ - I want it to only drop on the "â–¼" /arrow bit)
<tr>
<td class="menuBlur" onmouseover="openlist(this);"
onmouseout="closelist(this);" style="border: 0px; padding-left: 4px;
padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
<p class="MainMenulink"><font color="#FFFFFF">
<a class="MainMenulink" target="_top"
href="../CardBizZone/CardBizZoneIndex.htm">CardBizZone<font face="Arial">
â–¼</font>
</a></font>
</p>
<div class="menuBlurMain" width="100%" style="float: center">
<table class="itemtable" width="100%" style="border-collapse: collapse;
border: 1px solid #29634B; padding-left: 4px; padding-right: 4px;
padding-top: 1px; padding-bottom: 1px" border="0" bordercolor="#000000"
cellspacing="3">
<tr>.... and so the table continues...