Results 1 to 4 of 4

Thread: Problem with a add and menu

  1. #1
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default Problem with a add and menu

    the page I am trying to get to display correctly is:

    http://www.robinsden.110mb.com/havin.../buildings.php

    What I mean is when you go over top of some of the menu the menu falls behind the google add. I need the menu to display in front of the add, not behind. How do I fix this problem?
    Last edited by robin9000; 03-09-2009 at 04:24 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Add this to your CSS code:
    Code:
    .jqueryslidemenu {
    -x-system-font:none;
    background-image:url(http://www.robinsden.110mb.com/Images/menu.gif);
    font-family:Verdana;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    height:31px;
    line-height:normal;
    width:100%;
    position: relative;
    z-index: 1000;
    }
    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    robin9000 (03-09-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default

    I wish I were as good as you when it comes to understanding css.

    Your very good. Thanks a million.

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Hehe, you're welcome, glad to help you! If you want to learn how to use z-indexing I would like to recommend this great tutorial:
    http://css-tricks.com/video-screencasts/40-how-z-index-works/

    Oh and by the way, the "Chinese torture" joke on your site really cracked me up! Thanks!

    Good luck with the site!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •