Re: [css-d] Browser Stacking Issues

2011-03-25 Thread Peter H .


1. In Chrome (Mac&  Win) and IE 7&  8, the css drop-downs on the  
left of
this page fall behind the flash MP3 player in the left column. Seems  
like

this would be a stacking issue but can't pin it down.

http://159.247.160.110/pod.php



A Flash movie will appear on top in some browsers, even if you've  
stacked your divs using z-index.


Normally I'd have suggested that in the object tags where the Flash  
resides, to try adding  wmode="opaque"  and see if that fixes the  
issue. It will also work using  wmode="transparent"  but I once read  
that "transparent" needs a lot more cpu power and that for z-index  
purposes only, "opaque" is better.


However, I see that your .swf is within javascript tags so I'm not  
sure whether the above is helpful, but it might at least give you a  
pointer.


HTH, Peter H.
__
css-discuss [css-d@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/


Re: [css-d] Browser Stacking Issues

2011-03-25 Thread Lesley Lutomski

On 24/03/11 20:20, Tim Wolf wrote:



1. In Chrome (Mac&  Win) and IE 7&  8, the css drop-downs on the left of
this page fall behind the flash MP3 player in the left column. Seems like
this would be a stacking issue but can't pin it down.

http://159.247.160.110/pod.php



FWIW, the same problem occurs in Epiphany (Webkit-based) and Chromium on 
Linux, but not in Firefox.


Lesley

__
css-discuss [css-d@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/


[css-d] Browser Stacking Issues

2011-03-24 Thread Tim Wolf
I'm running some browser-specific stacking issues with Flash objects on two
different pages: 

1. In Chrome (Mac & Win) and IE 7 & 8, the css drop-downs on the left of
this page fall behind the flash MP3 player in the left column. Seems like
this would be a stacking issue but can't pin it down.

http://159.247.160.110/pod.php


2. In only Opera (Win), I have a similar issue with both an MP3 (podcast)
player on slide #2 and an embedded YouTube video in slide #3. You'll see
that when each slide moves "out of the way," they sit above the div to their
left, out of frame of the feature slider. Again, only happening in Opera
(Win).

http://159.247.160.110/index.php


Any suggestions would very much appreciated.

Tim Wolf


__
css-discuss [css-d@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/