Javascript menu overlaping problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rizvibytes
    New Member
    • Feb 2009
    • 5

    Javascript menu overlaping problem

    I've used a javascript menu above the javascript fadeimage object. when I click the menu item then I can not see the drop down menu because of the fadeimage.It is covered by the fadeimage box. what can i do..? please help me..

    Thanks..
    MH Rizvi
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Hi, welcome to Bytes.

    Can you please post your code. Which browsers does this affect?

    Comment

    • rizvibytes
      New Member
      • Feb 2009
      • 5

      #3
      Code:
      <table cellpadding="0" cellspacing="0" height="38" width=345>
      	<tr>
      		<td>
      			<?php include("menu.php"); ?>
      		</td>
      	</tr>
         
              <tr>
                     <td>
                             	<script  language="javascript" type="text/javascript">
      			new fadeshow(fadeimages, 345, 190, 0, 4000, 0, "R")
      			</script>
                     </td>
              </tr>
      </table>

      Here munu.php contains the menu and javascript show images as like flash slide show. this javascript changes picture in particular time. that's why my drop down menu dosen't show.
      I want the menu front of that slide show.

      Thanks
      MH Rizvi.
      Last edited by acoder; Feb 9 '09, 10:43 AM. Reason: Added [code] tags

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        That's not enough code. We'll need to see the code for fadeimage function/object and also the menu code. I'm guessing at this stage that it's just a z-index issue. If you have a link, it'd make things easier.

        PS. remember to use [code] tags when posting code. Thanks!

        Comment

        • rizvibytes
          New Member
          • Feb 2009
          • 5

          #5
          Thanks a lot... the term "z-index" solved my problem..!!!
          Many many thanks...

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Oh, well, that's good news. Post back if you have any more questions and we'll see what else we can do for you :)

            Comment

            Working...