[css-d] Overflow bug?

2007-05-25 Thread Martin Paton
Hi
 
I've got a flash movie as a header in my three column container layout
which I want to set overflow:hidden when the page is resized so it
doesn't blow out of the side of the page. 
 
I've set "overflow:hidden" on all containers that the flash movie would
push past - it works superbly in all IE versions, but not in
Firefox/Opera/NS, etc...
 
Is there a known problem with overflow:hidden?
 
Thanks


This message has been scanned for malware by SurfControl plc. 
www.surfcontrol.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] overflow bug

2005-12-15 Thread jamie cantrell
I've been Playing around with the overflow property trying to scroll  
my div content over a non-scrolling background image.  Have it  
working in Netscape,Opera 8, Firefox 1.5, and safari, but in IE the  
content scrolls fine but image does as well.  When I set background  
position to fixed it breaks it in Opera and Netscape.  Any Ideas?
Jamie Cantrell
Creative Director
Square 1 Creative
ph: 703.738.9656
[EMAIL PROTECTED]



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Overflow bug?

2007-05-26 Thread Richard Grevers
On 5/26/07, Martin Paton <[EMAIL PROTECTED]> wrote:
> Hi
>
> I've got a flash movie as a header in my three column container layout
> which I want to set overflow:hidden when the page is resized so it
> doesn't blow out of the side of the page.
>
> I've set "overflow:hidden" on all containers that the flash movie would
> push past - it works superbly in all IE versions, but not in
> Firefox/Opera/NS, etc...
>
> Is there a known problem with overflow:hidden?
>
No, but there is a philosophical argument about whether or not
embedded content should be allowed to interact with (and "passing
behind" the border of a container with overflow set is interacting the
host page, given that the standards state fairly clearly that they may
not interact when the embedded content is another html document. Hence
some browsers give embedded media an "infinite z-index". But, thanks
to the pushiness of advertisers, I think there is a workaround -
google for wmode transparent.

-- 
Richard Grevers, New Plymouth, New Zealand
Hat 1: Development Engineer, Webfarm Ltd.
Hat 2: Dramatic Design www.dramatic.co.nz
Lost yet? http://www.lost.eu/3d33f
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] overflow bug

2005-12-16 Thread Zoe M. Gillenwater
jamie cantrell wrote:

>I've been Playing around with the overflow property trying to scroll  
>my div content over a non-scrolling background image.  Have it  
>working in Netscape,Opera 8, Firefox 1.5, and safari, but in IE the  
>content scrolls fine but image does as well.  When I set background  
>position to fixed it breaks it in Opera and Netscape.  Any Ideas?
>  
>

Not without a URL to look at.  Can you please post one to the list?

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/