<a href="http://southalabamarc.com/Videos/video_smoker.html">
This code use to work on another site but now it just changes the current window to solid white:
<div class="content"> <div id="supermenu"> <ul><!-- start ul 1 --> <li><a href="index.php?page=home">Home</a></li> <!-- ===================== Dropdown item # =========================== --> <li> <a href="#">About us</a> <ul> <li> <a href="index.php?page=club_info">Club info</a> </li> <li> <a href="index.php?page=club_members">Club members</a> </li> </ul> </li> <!-- ===================== Dropdown item #3 =========================== --> <li> <a href="#">Videos</a> <ul> <li> <a href="index.php?page=video_smoker">Smoker</a> </li> <li> <a href="index.php?page=video_turbine_helicopter">Turbine helicopter</a> </li> </ul> </li> </ul><!-- end ul 1 --> </div> </div>
This is an abbreviated menu and so if a ul or li is out of place that is not the problem. Everything in the menu works except the videos.












