Skip to main content
September 10, 2008
Question

Spry overlapping issue

  • September 10, 2008
  • 1 reply
  • 230 views
I am using a few different spry menus on my webpage along with using a css flyout called p7express. When the flyout is active the spry overlaps it. Is there a way to set the spry to be transparent or move behind?

This is what it looks like
http://momentumadvertising.com/images/spryissue.jpg
This topic has been closed for replies.

1 reply

Inspiring
September 12, 2008
I am assuming that you have built your page with css, and so from my limited understanding of divs and css layouts, you should be able to control level at which each layer appears with the z index attribute of css. Or, I have found that the order in which I place divs on the page has a dramitic effect on overlaps. The first div in the code goes to the bottom of the pile, and the last goes to the top.

Anybody, please correct me if I am wrong.