I posted this issue yesterday, and am back again today since no one responded. I also figured out that the dropdown menu in the afflicted site is actually hiding behind the photo banner (that changes out using .cycle plugin). I'm not sure if this is a jquery issue or a CSS. I'm thinking it's a CSS issue but for the life of me, I can't figure it out. If you have time to take a look at it and let me know what I'm doing wrong, I would greatly appreciate it. Thank you!
well I am guessing you figured it out? I looked in firefox and in I.E and I don't see the issue you are talking about. If you are still having trouble, could you narrow down the issue, which tab, what browser.
I posted this issue yesterday, and am back again today since no one responded
just bump the original thread in future, no need to have a duplicate thread.
ok, it looks as if it is fixed in FF anyway, but things to look for is z-indexing, make sure your banner part has less z-indexing than the navigation drop downs.
Thanks for the reply. I never could solve the issue with the menu falling behind the banner using the jquery plugin slideshow. I ended up using a flash plugin instead. Would rather use the jquery slideshow instead. If you think it is z-index, I might go back and try it.
Basically, both the drop down menu and slideshow using jquery used relative and absolute positioning. Think this may have been the conflict? I'm not sure what z-index is or zoom? are they related? the Dropdown UL had a zoom set to 1. I don't know if the slideshow banner was using zoom. If you can shed some light on this I will retry with your recommendation.
That's right! I have heard about it but was confused. So, if the dropdown menu (which is before the banner in html) is appearing behind the banner, how would that work? The dropdown menu has z-index 1, what would the z-index be for the photo banner to have the menu appear in front of it?
Thank you in advance for helping me out...I'm a newbee, so would love to grasp this concept.
Thank you so much!!! That was the issue—I set z-index to a higher number on the dropdown menu so that it would fall in front of the photo banner. Here is the updated link if anyone wants to view it in action:
I'm so glad I figured it out—I like using the jquery slideshow much better than a flash plugin. I had read a tutorial on z-index a while back, but I haven't had any run-ins with it until now.
I think something else that's important to remember that when z-index is not defined, "what's on top" is based on the order of objects within the code. Like the deck of cards illustration, you put out your first card and if you lay your second card to overlap at all, it will be on top of the first.
I posted this issue yesterday, and am back again today since no one responded. I also figured out that the dropdown menu in the afflicted site is actually hiding behind the photo banner (that changes out using .cycle plugin). I'm not sure if this is a jquery issue or a CSS. I'm thinking it's a CSS issue but for the life of me, I can't figure it out. If you have time to take a look at it and let me know what I'm doing wrong, I would greatly appreciate it. Thank you!
Here is the site:
http://thompsoninsurancefl.com/
HTML
CSS
just bump the original thread in future, no need to have a duplicate thread.
ok, it looks as if it is fixed in FF anyway, but things to look for is z-indexing, make sure your banner part has less z-indexing than the navigation drop downs.
Basically, both the drop down menu and slideshow using jquery used relative and absolute positioning. Think this may have been the conflict? I'm not sure what z-index is or zoom? are they related? the Dropdown UL had a zoom set to 1. I don't know if the slideshow banner was using zoom. If you can shed some light on this I will retry with your recommendation.
Thank you!
so you could have a layer in front with some opacity so you can see through to the other layer so to speak
Thank you in advance for helping me out...I'm a newbee, so would love to grasp this concept.
Thanks! I will try it!
Kim
Thank you so much!!! That was the issue—I set z-index to a higher number on the dropdown menu so that it would fall in front of the photo banner. Here is the updated link if anyone wants to view it in action:
http://thompsoninsurancefl.com/
I'm so glad I figured it out—I like using the jquery slideshow much better than a flash plugin. I had read a tutorial on z-index a while back, but I haven't had any run-ins with it until now.
Your help is much appreciated!