Flash animation displaying above flyout menu in firefox 3.0

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
pizzaovens1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Thu Oct 16, 2008 1:21 pm

Flash animation displaying above flyout menu in firefox 3.0

Post by pizzaovens1 » Thu Jan 15, 2009 2:53 pm

i have just put in a new flash banner on our site http://www.pizzaovens.com. the flyout menu will display overtop the banner in IE however, in firefox the flash banner displays over top the flyout menu.

anyone know any settings i can use to make sure the banner plays behind the flyout menu ?

dappy2
Commander (CMDR)
Commander (CMDR)
Posts: 114
Joined: Wed Jan 18, 2006 5:53 pm
Contact:

Re: Flash animation displaying above flyout menu in firefox 3.0

Post by dappy2 » Thu Jan 15, 2009 3:03 pm

Works fine for me. Firefox 3 on a mac.

pizzaovens1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Thu Oct 16, 2008 1:21 pm

Re: Flash animation displaying above flyout menu in firefox 3.0

Post by pizzaovens1 » Thu Jan 15, 2009 3:37 pm

i have tryed adding z-index tags to the css in the following areas.

Code: Select all

#leftSidebarPanel
{
	width: 100%;
	float: none;
    vertical-align:top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
    z-index: 2;
and

Code: Select all

#mainPanel 
{
	padding: 0 1px;
	width:540px;
    z-index: 1;
but that has not helped

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Flash animation displaying above flyout menu in firefox 3.0

Post by jmestep » Fri Jan 16, 2009 8:01 am

I used z-index:100 on this site to get the horizontal nav dropdowns to appear in front of the flash:
http://accuquilt.com/default.aspx
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

pizzaovens1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Thu Oct 16, 2008 1:21 pm

Re: Flash animation displaying above flyout menu in firefox 3.0

Post by pizzaovens1 » Fri Jan 16, 2009 11:22 am

did you apply the css changes to your style.css page or to the con lib flyout menu aspx page?

also did you implament a flash wmode?

pizzaovens1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Thu Oct 16, 2008 1:21 pm

Re: Flash animation displaying above flyout menu in firefox 3.0

Post by pizzaovens1 » Fri Jan 16, 2009 11:57 am

fixed by adding

wmode="transparent"
to the embed tag in the html.

Post Reply