Re: [css-d] iframes and CSS

2011-01-11 Thread Gabriele Romanato
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)

Re: [css-d] iframes and CSS

2011-01-11 Thread Germán Martínez
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

Re: [css-d] iframes and CSS

2011-01-11 Thread Gabriele Romanato
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) __