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)
__