[css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Alisha
Here's the problem, doing this layout for a friend of mine I run into 
this issue about iframes, and since I haven't been using iframes in ages 
i have no clue about how this works or if this effect is normal and 
there's an obvious workaround. So i'm sorry if this sounds obvious, i 
confess my ignorance about iframes :(

well this is... here's the link to the page 
http://www.alisha.it/alice/index.html and I notice the horizontal 
scrollbar appears in IE and not Firefox. I tried to the the whole main 
div to 90% width but the horizontal scrollbar still appears and seems 
like it does only when the content is long enough to make appear the 
vertical scrollbar. Then the horizontal one appears only for an extra 
space which seems as large as the vertical scrollbar itself.
Is this some kind of known thing? How can I work it around?


Thanks to anyone who'll be able to help :)

*Alisha*

-- 
Personal Website http://www.liquid-gold.net
Artworks Portfolio http://www.synthetic-effulgence.com
Webdesign Services http://www.alisha.it

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Maurice Fonk
Alisha wrote:
 Here's the problem, doing this layout for a friend of mine I run into 
 this issue about iframes, and since I haven't been using iframes in ages 
 i have no clue about how this works or if this effect is normal and 
 there's an obvious workaround. So i'm sorry if this sounds obvious, i 
 confess my ignorance about iframes :(

 well this is... here's the link to the page 
 http://www.alisha.it/alice/index.html and I notice the horizontal 
 scrollbar appears in IE and not Firefox. I tried to the the whole main 
 div to 90% width but the horizontal scrollbar still appears and seems 
 like it does only when the content is long enough to make appear the 
 vertical scrollbar. Then the horizontal one appears only for an extra 
 space which seems as large as the vertical scrollbar itself.
 Is this some kind of known thing? How can I work it around?


 Thanks to anyone who'll be able to help :)

 *Alisha*

   
you might want to give 'overflow:auto' a try. But styling an iframe can 
be difficult...
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Esca

body class=fullpage scroll=no

that's it!

Alisha wrote:
 Here's the problem, doing this layout for a friend of mine I run into 
 this issue about iframes, and since I haven't been using iframes in 
ages 
 i have no clue about how this works or if this effect is normal and 
 there's an obvious workaround. So i'm sorry if this sounds obvious, i 
 confess my ignorance about iframes :(

 well this is... here's the link to the page 
 http://www.alisha.it/alice/index.html and I notice the horizontal 
 scrollbar appears in IE and not Firefox. I tried to the the whole 
main 
 div to 90% width but the horizontal scrollbar still appears and seems 
 like it does only when the content is long enough to make appear the 
 vertical scrollbar. Then the horizontal one appears only for an extra 
 space which seems as large as the vertical scrollbar itself.
 Is this some kind of known thing? How can I work it around?


 Thanks to anyone who'll be able to help :)

 *Alisha*

   



 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Alisha
well that really didn't do anything actually.
and for the record, I also though about making something like 
overflow-x:hidden.
but i would have also liked to know the reason of this strange behavior 
of IE.

thanks anyway for your time :)

*Alisha*


Ena Escañan wrote:
 body class=fullpage scroll=no

 that's it!

 Alisha wrote:
   
 Here's the problem, doing this layout for a friend of mine I run into 
 this issue about iframes, and since I haven't been using iframes in 
 
 ages 
   
 i have no clue about how this works or if this effect is normal and 
 there's an obvious workaround. So i'm sorry if this sounds obvious, i 
 confess my ignorance about iframes :(

 well this is... here's the link to the page 
 http://www.alisha.it/alice/index.html and I notice the horizontal 
 scrollbar appears in IE and not Firefox. I tried to the the whole 
 
 main 
   
 div to 90% width but the horizontal scrollbar still appears and seems 
 like it does only when the content is long enough to make appear the 
 vertical scrollbar. Then the horizontal one appears only for an extra 
 space which seems as large as the vertical scrollbar itself.
 Is this some kind of known thing? How can I work it around?


 Thanks to anyone who'll be able to help :)

 *Alisha*

   
 



  __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 __
 css-discuss [EMAIL PROTECTED]
 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/


   


-- 
Personal Website http://www.liquid-gold.net
Artworks Portfolio http://www.synthetic-effulgence.com
Webdesign Services http://www.alisha.it

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Shelly Cole
 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 PROTECTED]
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/


Re: [css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Esca
oh, i'm sorry, i thought you wanted to remove the big scrollbar on the extreme 
right of the whole page. My bad. Sorry Again.

Alisha [EMAIL PROTECTED] wrote: well that really didn't do anything actually.
and for the record, I also though about making something like 
overflow-x:hidden.
but i would have also liked to know the reason of this strange behavior 
of IE.

thanks anyway for your time :)

*Alisha*


Ena Esca�an wrote:
 

 that's it!

 Alisha wrote:
   
 Here's the problem, doing this layout for a friend of mine I run into 
 this issue about iframes, and since I haven't been using iframes in 
 
 ages 
   
 i have no clue about how this works or if this effect is normal and 
 there's an obvious workaround. So i'm sorry if this sounds obvious, i 
 confess my ignorance about iframes :(

 well this is... here's the link to the page 
 http://www.alisha.it/alice/index.html and I notice the horizontal 
 scrollbar appears in IE and not Firefox. I tried to the the whole 
 
 main 
   
 div to 90% width but the horizontal scrollbar still appears and seems 
 like it does only when the content is long enough to make appear the 
 vertical scrollbar. Then the horizontal one appears only for an extra 
 space which seems as large as the vertical scrollbar itself.
 Is this some kind of known thing? How can I work it around?


 Thanks to anyone who'll be able to help :)

 *Alisha*

   
 



  __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 __
 css-discuss [EMAIL PROTECTED]
 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/


   


-- 
Personal Website http://www.liquid-gold.net
Artworks Portfolio http://www.synthetic-effulgence.com
Webdesign Services http://www.alisha.it

__
css-discuss [EMAIL PROTECTED]
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/




 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Horizontal scrollbar on iframe displaying in IE

2006-06-09 Thread Sander van Surksum
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 PROTECTED]
[mailto:[EMAIL PROTECTED] 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 PROTECTED]
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 PROTECTED]
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/