How do I stop internet explorer's propriety gradient filter from cutting off content that should ove
Posted
by user278457
on Stack Overflow
See other posts from Stack Overflow
or by user278457
Published on 2010-05-03T08:15:24Z
Indexed on
2010/05/03
8:18 UTC
Read the original article
Hit count: 378
I'm using the internet explorer gradient filter in my CSS.
It was all going well until I noticed that images that are supposed to extend beyond their containers overflow:visible;
are getting clipped as though the container was set to overflow:hidden;
I have no idea why this would happen, or how to fix it. Can anyone help?
I'm looking at it in IE8 and IE7
© Stack Overflow or respective owner