ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Anytime I try using the top panel the rocket theme menu seems to overlap the top panel background. The top panel has a z-index of 15. I'm having trouble figuring out if I need to edit the top panel or rocket theme menu. And to what? If the menu was flash I would assume I would need to make the menu transparent, but this is all css and javascript and running out of ideas.
Fixed it. I don't think z-index can go that high can it? 1000 did not work. either way thanks for the help. I edited rokmoomenu.css. THe menu z-index was 50, so I just lowered that.
Theorically it could be whatever integer you can think of, but pratically you won't use it too much high. Also some browsers like IE have it limited to 2^16 (65536), so when I know I need something to go over everything whatever it's going to happens, I set z-index to 65536.