Support » Fixing WordPress » embedded pdf is blocking the top nav drop downs

Viewing 2 replies - 1 through 2 (of 2 total)
  • is there a way to tell the top nav to go over the pdf

    Yes, by properly using z-index in your stylesheet. That said, not seeing the issue, so it may be browser/version specific.

    embed {z-index:-1;}

    or add it inline in HTML:

    <embed style="z-index:-1;" src="http://biozphilly.org/wp-content/uploads/2013/11/KIDDUSH_OPTIONS-2014.pdf" width="750" height="950">

    Thread Starter jmerr59944

    (@jmerr59944)

    I tested it in chrome and there is no issue, however in IE 11 there is the issue.

    I tried both the embed in the stylesheet and then in inline HTML and neither worked in IE11.

    any other ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘embedded pdf is blocking the top nav drop downs’ is closed to new replies.