I am trying to figure out how to set up the precedence of the vertical menu over other text in the webpage. In the website I am currently working on, when the vertical menu drops down, the text in the web page comes on top and the menu is behind the text. So I am unable to choose specific items from the vertical menu. I have given the URL for the website.
Code: Select all
URL : http://cms.ce.gatech.edu/ceetest/
Thanks,
Neo
Code: Select all
<!-- Start Navigation -->
<div id="menu_vert">
<!-- <h2 class="accessibility">Navigation</h2> -->
{menu template='cssmenu.tpl'}
<!-- <hr class="accessibility" /> -->
</div>
<!-- End Navigation -->
<!-- banner images -->
{global_content name='cee-banners'}
<!-- end banner images -->
</div>
<div id="headerscontainer">
<div id="infoHeader">INFORMATION ABOUT</div>
<div id="newsHeader">CEE <a href="news/">NEWS</a> AND <a href="news/events.php">EVENTS</a> </div>
<div id="spotlightHeader">CEE SPOTLIGHT</div>
</div>
</div>