Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaScript Menu

Status
Not open for further replies.
well, you could simply rob the one off that site. or, you could go to or and see what you can find. it's a fairly standerd dhtml menu, i'm not sure how they do thier mouse over though, maybe:

<table onMouseOver=&quot;td_id.border=1&quot; onMouseOut=&quot;td_id.border=0&quot; id=&quot;td_id&quot;>
<tr>
<td>dsfafgfgfdsg</td>
</tr>
</table>

it might only work in IE, i'm not sure. it's not exactly the same efect, but close.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top