Click to See Complete Forum and Search --> : What's the code for this?


whitepacifica
07-30-2003, 07:38 PM
Hi,

I'm trying to find out what a code is for a certain "effect". Visit http://www.mariahc.nu and look at their menu/navigation. How can I get the coding for that?
Your help is appreciated =o)

Thanks,
Crystal

pyro
07-30-2003, 09:22 PM
What effect are you talking about? I don't really see anything there out of the ordinary...

xataku_nakusute
07-31-2003, 01:28 AM
if youre talkin bout the menu bgcolor change, try this:

<table>
<tr>
<td style="background: transparent;" onmosueover="style.background='colorofyourchoiceforwhenyouputyourmouseovertheitem'" onmouseout="style.background='transparent'">
First Menu Item Text
</td>
</tr>
<tr>
<td style="background: transparent;" onmosueover="style.background='colorofyourchoiceforwhenyouputyourmouseovertheitem'" onmouseout="style.background='transparent'">
Second Menu Item Text
</td>
</tr>
<tr>
<td style="background: transparent;" onmosueover="style.background='colorofyourchoiceforwhenyouputyourmouseovertheitem'" onmouseout="style.background='transparent'">
Third Menu Item Text
</td>
</tr>
</table>

Repeat from on <tr> to the </tr> to add more items to your menu

whitepacifica
07-31-2003, 03:25 PM
Thank you so much xataku_nakusute!
I really appreciate your help =o)

Thanks again,
Crystal

xataku_nakusute
07-31-2003, 03:57 PM
npnp