[css-d] Horizontal Vertical scroll bars appear in IE even tho overflow: hidden

2008-01-22 Thread Juanita
Hi List, I'm having a problem that's driving me nuts. I have a scrolling message in an iframe, and it looks perfect in Firefox, Netscape Opera, the problem is only in IE Problem #1 the iframe (style is inline) is flush left. Putting any sort of margin or padding messes it up in the other

Re: [css-d] Horizontal Vertical scroll bars appear in IE even tho overflow:

2008-01-22 Thread Juanita
Much Thanx Georg In the meantime - we also figured out a workaround. Due to conflicting style on our page, we set the left right margin to be the same! Thanx, Juanita, Webmaster KCSM TV/FM 650.524.6927 [EMAIL PROTECTED] Gunlaug Sørtun [EMAIL PROTECTED] on Tuesday, January 22, 2008 at 6:38 PM

Re: [css-d] Horizontal Vertical scroll bars appear in IE even tho overflow: hidden

2008-01-22 Thread Gunlaug Sørtun
Juanita wrote: I have a scrolling message in an iframe, and it looks perfect in Firefox, Netscape Opera, the problem is only in IE http://www.kcsm.org/marquee.php The quick fix... iframe src =marquee_iframe.php style=overflow:hidden; height:4.5em; width:32.5em; border:0; padding: 0;