Shape 5

Joomla Templates => Restaurante - Club => : warlockvix July 24, 2011, 05:04:46 PM



: Submenus hiding behind PDF Wrapper
: warlockvix July 24, 2011, 05:04:46 PM
I have a menu item with 3 sub items that appear in a drop down. These 3 items are PDF's displayed in a wrapper. When 1 of these 3 items are chosen from the menu and displayed, the drop down menu is hidden behind the wrapper. I dug around and found reference to the z-index setting within the CSS file. Unfortunately, I also found a lot of z-index settings within the CSS files. I think I've changed every z-index setting to 99 and this still doesn't alter the appearance of the drop down. Do I need to add another setting or am I going about this in the wrong way? Thanks!

Example URL - http://www.carmens-deli.com/index.php?option=com_wrapper&view=wrapper&Itemid=3

*If you hover over Catering, the 3rd item is hidden by the wrapper


: Re: Submenus hiding behind PDF Wrapper
: jonahh July 27, 2011, 12:05:29 PM
It looks like you added a note module on the right side so this no longer occurs, let me know if you still need help


: Re: Submenus hiding behind PDF Wrapper
: warlockvix July 27, 2011, 02:06:02 PM
Yes, I still need a little assistance. The note pushes the wrapper to the left just enough so all the items in my drop down can appear without being hidden. If I remove the note, the last item in my drop down is hidden.


: Re: Submenus hiding behind PDF Wrapper
: jonahh July 28, 2011, 11:32:53 AM
Check out the following, not sure if theres a resolution to this.  z-index's will have no effect, I know for flash objects you can put on wmode="opaque" and this fixes the issue with flash always being on top, adobe pdf embed plugin not sure:

http://stackoverflow.com/questions/593176/div-layer-on-top-of-pdf


: Re: Submenus hiding behind PDF Wrapper
: warlockvix July 29, 2011, 07:35:34 AM
Perfect! Using the code - "http://docs.google.com/gview?url=http://www.carmens-deli.com/link/to/mymenu.pdf&embedded=true" I was able to get around the issue. Thanks again!