View Full Version : Resolved Problem with a add and menu
robin9000
03-09-2009, 02:29 PM
the page I am trying to get to display correctly is:
http://www.robinsden.110mb.com/havingfun/rollercoaster/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?
Snookerman
03-09-2009, 02:51 PM
Add this to your CSS 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!
robin9000
03-09-2009, 04:24 PM
I wish I were as good as you when it comes to understanding css.
Your very good. Thanks a million.
Snookerman
03-09-2009, 04:28 PM
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/ (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! :D
Good luck with the site!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.