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 ?
Flash animation displaying above flyout menu in firefox 3.0
-
- 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
Works fine for me. Firefox 3 on a mac.
-
- 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
i have tryed adding z-index tags to the css in the following areas.
and
but that has not helped
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;
Code: Select all
#mainPanel
{
padding: 0 1px;
width:540px;
z-index: 1;
- 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
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
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
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
-
- 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
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?
also did you implament a flash wmode?
-
- 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
fixed by adding
wmode="transparent"
to the embed tag in the html.
wmode="transparent"
to the embed tag in the html.