Keyword

[Solved] Display issue with all videos

  • JClark4321
  • JClark4321's Avatar Topic Author
  • Offline
  • New Member
More
14 years 8 months ago - 14 years 8 months ago #35216 by JClark4321
[Solved] Display issue with all videos was created by JClark4321
So for my site www.gooregongo.com/index.php , my drop down menu ends up displaying behind the video.  How can I change this?

Please Log in or Create an account to join the conversation.

More
  • JClark4321
  • JClark4321's Avatar Topic Author
  • Offline
  • New Member
More
14 years 8 months ago #35218 by JClark4321
Replied by JClark4321 on topic Re: Display issue with all videos
It seems that isn't the problem that I can tell.
HTML:
      <!-- MAIN NAVIGATION -->
<div id="ja-mainnav" class="wrap"> 
  <div class="main clearfix">
<ul class="no-display">
<li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
</ul>
   
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
</div>
<!-- //MAIN NAVIGATION -->


CSS:
   
#ja-mainnav {
background: #F4F4F4;
border-top: 1px solid #D5D5D5;
padding: 8px 0;
z-index: 99;
        position: relative;
}

Please Log in or Create an account to join the conversation.

  • JClark4321
  • JClark4321's Avatar Topic Author
  • Offline
  • New Member
More
14 years 8 months ago #35219 by JClark4321
Replied by JClark4321 on topic Re: Display issue with all videos
Ok, I have it working.  I placed the z-index to 9999.  The code on pre-made templates is so crazy...

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum