Thanks, that did work. I didn't get the last css-discuss mailing that had those replies.

--
Debbie

On 11/5/2010 4:22 PM, Alan Gresley wrote:
Thierry Koblentz wrote:
Oops - I spoke too soon.

I fixed the Flash-overlapping-the-menu issue, but I have one last
problem in IE7 only. The image scroller (#mainscroll) is also
overlapping the menu. I tried a z-index but not working, it's this
page:

http://www.redkitecreative.com/projects/performance/

We were a few to suggest a solution. Did you try all of them?
I believe the styling in my previous email should fix your issue
across the
board.

--
Regards,
Thierry


Thierry is correct. What you currently have is what is seen in Example-3.

<http://css-class.com/test/css/visformatting/layers/z-index.htm>


What you want is like Example-4. So all you need to add is this.


.menu-primary-menu-container {z-index:1;}



______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to