Sent by Sander van Surksum on 9 June 2006 14:02
Put scrolling to yes in your iframe and change your doctype to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
That will solve your problem
Regards
Sander van Surksum
-----Original Message-----
From: [EMAIL-REMOVED]
[EMAIL-REMOVED]] On Behalf Of Shelly Cole
Sent: vrijdag 9 juni 2006 14:40
To: Alisha
Cc: CSS-D
Subject: Re: [css-d] Horizontal scrollbar on iframe displaying in IE
>>I notice the horizontal scrollbar appears in IE and not Firefox<<
I can't remember why IE does this...but it does. Just another reason
to love IE, I guess!
Anyway, anytime I've ever needed to fix this problem is by using a
conditional comment to serve up the thing to fix IE. It's been a
while, but it's either:
overflow-y:scroll;
or
overflow-y:auto;
Something like that. Then the horizontal one doesn't appear in IE.
Of course, now that I think about it - this worked for the CSS iFrame
(not really an iFrame, just looks like one!)...so if the above
doesn't work, then maybe you need to make the width less than 90%?
If my office hadn't been flooded a few days ago, I could look in my
files for you (my computer had to be taken apart for the cleanup!)
and tell you exactly what the fix is - but off the top of my head
that's what I had to do to fix it. So play with that and you'll
probably figure it out :) Usually, you all around here are lots
smarter than me!
~Shelly
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/