For overflow, try to give IE the declarations overflow-x/overflow-y.
They should work. Also, first turn the iframe into a block level
element with 'display: block'. Iframes are inline-block elements by
default. :-)
http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/ (English)
Thanks Gabriele!
For overflow, I'm having problems with IE6, 7 and 8. (but I don't really care
about IE6 :P)
On Jan 11, 2011, at 1:49 PM, Gabriele Romanato wrote:
> Hi!
> You should use:
>
> border="0" which is valid. For overflow, which version of IE are you using?
>
> Bye
>
> http://www.cs
Hi!
You should use:
border="0" which is valid. For overflow, which version of IE are you
using?
Bye
http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/ (English)
http://www.css-zibaldone.com/articles/ (English)
http://onwebdev.blogspot.com/ (English)
__
Hi,
I'm having some problems styling iframes, I'm using Facebook & Twitter sharing
functions and as always IE is ignoring my iframe {border: none; overflow:
hidden;}.
Right now I'm using frameborder="0" scrolling="no" but that makes my HTML not
valid.
Any ideas?
Thanks
Germán Martínez, UX Desig