|
thanks, that sped the process in IE7, but still not working in Firefox.
The problem is, it doesn't let my text respond as hyperlinks.
The aspx/css that accompanies this script is:
<divclass="Menu_Button"onclick="mbtn_select(event)">
Overview</div>
<divclass="Menu_Button"onclick="mbtn_select(event)">
Specs</div>
So in this case, if the user clicks on Overview, it displays as a button, and redirects to "escOverview.aspx"
|