[css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread Marcelo Wolfgang
I'm havving a problem with IE, that it's not respecting my
overflow:hidden declaration when I move the layer that is 'masked' by
the layer with overflow:hidden.

the best way to see it is here eith IE and FF
http://www.mobilciclo.org/novosite/eventos/

and click on the arrows beneath the right side photos...

anyone has experiment with this before ?
anyone has anyclue on how can I make IE obey me ?

why this browser exist ?

TIA
Grillo
__
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] That old browser from microsoft and overflow:hidden

2006-11-17 Thread ~davidLaakso
Marcelo Wolfgang wrote:
 I'm havving a problem with IE, that it's not respecting my
 overflow:hidden declaration when I move the layer that is 'masked' by
 the layer with overflow:hidden.


 http://www.mobilciclo.org/novosite/eventos/

 and click on the arrows beneath the right side photos...

 anyone has experiment with this before ?
 anyone has anyclue on how can I make IE obey me ?

 why this browser exist ?
   
IE exists so that even at text-size largest when your font sizes are 
ignored, the expansion of the long words will not cause the float to 
drop the way they do at +2 font-zoom in  ff :-P .
 TIA
 Grillo

   
Best,
~dL
PS I am just being silly, Grillo. I hope someone comes to the rescue 
with the real issue you wrote about.

-- 
http://chelseacreekstudio.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/


Re: [css-d] That old browser from microsoft and overflow:hidden

2006-11-17 Thread Gunlaug Sørtun
Marcelo Wolfgang wrote:
 I'm havving a problem with IE, that it's not respecting my 
 overflow:hidden declaration when I move the layer that is 'masked' by
  the layer with overflow:hidden.

 http://www.mobilciclo.org/novosite/eventos/

 anyone has experiment with this before ?

Looks like what happens when a 'masked' layer is positioned, with
'position: relative' for instance. It's an IE-bug, and we sometimes make
use of this bug to prevent the effects of the 'auto-expanding' bug in
IE6 (and older versions). One bug to kill another.

 anyone has anyclue on how can I make IE obey me ?

Can't get your script to work locally, so I'm just guessing that adding...
.evento_multi_tab_photo_img{position: relative}
... /may/ make IE more cooperative by changing the stacking of elements.
May even need a 'z-index' of some value in addition to the above for it
to work.

 why this browser exist ?

To prevent any real improvements in web design from taking place without
Microsoft's authorization, I guess :-)
That policy doesn't work too well, but it may take a while before we see
any substantial changes from Microsoft and they may not be for the better.


BTW: the script for moving the layer doesn't work in Opera.

regards
Georg
-- 
http://www.gunlaug.no
__
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] That old browser from microsoft and overflow:hidden

2006-11-17 Thread david
Gunlaug Sørtun wrote:

 why this browser exist ?
 
 To prevent any real improvements in web design from taking place without
 Microsoft's authorization, I guess :-)

To help prevent people from seeing how bad the HTML is that other MS 
products produce? To help spread worms and viruses, thereby supporting 
the spread of botnets, from which will someday spontaneously arise true 
artificial intelligence, which will then turn human beings into a small 
cylindrical device for providing electricity ? ;-)

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
__
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] That old browser from microsoft and overflow:hidden

2006-11-17 Thread Gunlaug Sørtun
david wrote:
 [...] To help spread worms and viruses, thereby supporting the spread
 of botnets, from which will someday spontaneously arise true
 artificial intelligence, which will then turn human beings into a
 small cylindrical device for providing electricity ? ;-)

Such a scenario sure would solve all present design-problems. Would
solve most other problems too, by simply turning us into something useful.

Sounds promising, but I think you are expecting too much from the
specified source ;-)

Georg
-- 
http://www.gunlaug.no
__
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/