tickel
New-
Re: CSS drop down menu disappearing behind content
Found the issue - z-index is not used unless a position value has been given to the element. The content in vanilla's default theme (which I modified) does not have position set and therefore ignores… (View Post)1 -
Re: CSS drop down menu disappearing behind content
Thanks R_J and vrijvlinder - shame I logged off before I saw earlier comments :-) Adding the Zindex to head worked, I had tried that in the past but did not have a position value so it did not apply.… (View Post)1