raidensdad
12-21-2007, 05:32 PM
1) Script Title: AnyLink Vertical Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem: Ok I worked all day yesterday getting it to look how I want using FF and now I tried to open the page in IE7 just to see if everything was kosher and the menu is not right its only supposed to be the "Artist" menu that opens and displays the artists. Instead it has "Artists" and then all the artists are listed as regular links below it any ideas how to fix this??
Header
<link rel="stylesheet" type="text/css" href="anylinkvertical.css" />
<script type="text/javascript" src="anylinkvertical.js">
</script>
The menu
<li><a href="http://www.dynamicdrive.com" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'anylinkmenu1', '')">Artists</a></li>
<div id="anylinkmenu1" class="anylinkcss">
<li><a href="#">Lil' Mar</a></li>
<li><a href="#" class="nav">DJ Frank Nitti</a></li>
<li><a href="#" class="nav">Forty</a></li>
<li><a href="#" class="nav">Justo</a></li>
<li><a href="#" class="nav">Tad Pole</a></li>
<li><a href="#" class="nav">B-Eazy</a></li>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem: Ok I worked all day yesterday getting it to look how I want using FF and now I tried to open the page in IE7 just to see if everything was kosher and the menu is not right its only supposed to be the "Artist" menu that opens and displays the artists. Instead it has "Artists" and then all the artists are listed as regular links below it any ideas how to fix this??
Header
<link rel="stylesheet" type="text/css" href="anylinkvertical.css" />
<script type="text/javascript" src="anylinkvertical.js">
</script>
The menu
<li><a href="http://www.dynamicdrive.com" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'anylinkmenu1', '')">Artists</a></li>
<div id="anylinkmenu1" class="anylinkcss">
<li><a href="#">Lil' Mar</a></li>
<li><a href="#" class="nav">DJ Frank Nitti</a></li>
<li><a href="#" class="nav">Forty</a></li>
<li><a href="#" class="nav">Justo</a></li>
<li><a href="#" class="nav">Tad Pole</a></li>
<li><a href="#" class="nav">B-Eazy</a></li>