• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML experts, help me with THIS menu.....

i think here are some of your problems:

<script language=&quot;JavaScript&quot; src=&quot;/library/toolbar/toolbar.js&quot;></script>
<script language=&quot;JavaScript&quot; src=&quot;/library/toolbar/en-us/globalMNP.js&quot;></script>
<script language=&quot;JavaScript&quot; src=&quot;/library/toolbar/en-us/localMNP.js&quot;></script>
<script language=&quot;JavaScript&quot;>drawToolbar();</script>
<script language=&quot;JavaScript&quot; src=&quot;/library/homepage/include/hpmain.js&quot;></script>

those source files (eg: toolbar.js, globalMNP.js, etc) are the JavaScript files that the HTML file will read .... the problem is you don't have those files with you... (if you try the page with netscape, you'll see those files are missing..... if you're using msie you will only see there's an error w/ the page without any more details....)

not really a direct solution, but look for some simpler examples (plus you can learn some cooler stuffs) over here and here

and btw, a much simpler way to do that is you onMouseOver and onMouseOut on JavaScript 🙂

-462-
 
Back
Top