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; margin:0 0 .75em 0; _margin-left:
20px;" scrolling="no">

...where 'margin-left' targets IE6 (and older) using the "leading
underscore" hack, and the 'scrolling-attribute' is set to "no".
Not the nicest fixes in the book, but they work with no negative
side-effects in your case.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to