How Can I Put Menu Over Iframe ???

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
raul.lnx
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 28, 2006 5:55 pm

How Can I Put Menu Over Iframe ???

Post by raul.lnx »

(sorry i speak english a little bit )

As you can see in mi website http://www.snowboard-zamora.net/ , i have a horizontal menu, and below it, there is a google adsense iframe. The problem is when the menu has 4 or more submenus .... This submenos are behind the iframe, and people can't see them.
You can see the effect in the last option in the menú "TRUCOTECA" ........

I'm trying with zindex in the layout of my template, but don't work, or i'm doing something wrong ......

If someone can help me ......... thanks ..........
raul.lnx
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 28, 2006 5:55 pm

Re: How Can I Put Menu Over Iframe ???

Post by raul.lnx »

Yeah. Now It's Working !

With :

    div#menu_horiz {
        width: 100%;
        text-align: left;
position: absolute;
z-index: 1;
    }
Post Reply

Return to “Layout and Design (CSS & HTML)”