101
11-22-2002, 07:11 PM
Hi,
I have a background for my menu and i have a border around my menu and the menu is transparent + with text in.
On the mouseover the background changes...this is all ok
but on the mouseout what do i put if i want the menu to go back to normal (Transparent with the background) ?
101
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#000000 height=1 cellSpacing=0 cellPadding=0 width="100%" border=1>
<TBODY>
<TR>
<TD style="cursor:hand" onClick="parent.frames.Main.location.href='Main.htm'; parent.frames.Links.location.href='Links.htm'; return false;" onmouseover="this.style.background='#CC0000';" style="PADDING-BOTTOM: 1px; PADDING-TOP: 1px; FONT-SIZE: 9pt;" onmouseout="?">
<DIV align="center">
<FONT size=2 color=#FFFFFF>
Main
</FONT>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>
I have a background for my menu and i have a border around my menu and the menu is transparent + with text in.
On the mouseover the background changes...this is all ok
but on the mouseout what do i put if i want the menu to go back to normal (Transparent with the background) ?
101
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#000000 height=1 cellSpacing=0 cellPadding=0 width="100%" border=1>
<TBODY>
<TR>
<TD style="cursor:hand" onClick="parent.frames.Main.location.href='Main.htm'; parent.frames.Links.location.href='Links.htm'; return false;" onmouseover="this.style.background='#CC0000';" style="PADDING-BOTTOM: 1px; PADDING-TOP: 1px; FONT-SIZE: 9pt;" onmouseout="?">
<DIV align="center">
<FONT size=2 color=#FFFFFF>
Main
</FONT>
</DIV>
</TD>
</TR>
</TBODY>
</TABLE>