HighDots Forums  

iframe

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss iframe in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ezzyboy
 
Posts: n/a

Default iframe - 02-20-2005 , 05:19 PM






no matter what size the text or even if i put them into a table and squish all
of the text to the left of the iframe the horizontal scrollbar still appears!!!

all i want is the vertical scrollbar but when that appears so does the
horizontal one

help?!?


Reply With Quote
  #2  
Old   
Heather
 
Posts: n/a

Default Re: iframe - 02-20-2005 , 05:45 PM






I'm going to guess the iframe isn't wide enough but without a link to the
page or seeing the code, all I can do is guess. When using iframes you have
to consider the vertical scrollbar when giving your iframe a width.

--
Heather



"Ezzyboy" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
no matter what size the text or even if i put them into a table and squish
all
of the text to the left of the iframe the horizontal scrollbar still
appears!!!

all i want is the vertical scrollbar but when that appears so does the
horizontal one

help?!?




Reply With Quote
  #3  
Old   
Kenneth W. Binney
 
Posts: n/a

Default Re: iframe - 02-20-2005 , 05:47 PM



Can you live with NO scrolling ?

<iframe id="scroller" src="scroll.htm" height="256" width="100%"
scrolling="No" marginheight="0" marginwidth="0" frameborder="0"
bgcolor="#000040"></iframe>



"Ezzyboy" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
no matter what size the text or even if i put them into a table and squish
all
of the text to the left of the iframe the horizontal scrollbar still
appears!!!

all i want is the vertical scrollbar but when that appears so does the
horizontal one

help?!?




Reply With Quote
  #4  
Old   
Heather
 
Posts: n/a

Default Re: iframe - 02-20-2005 , 06:02 PM



Quote:
Can you live with NO scrolling ?
I don't think that's a good idea...especially when there's likely a solution
without eliminating all the scrollbars.

--
Heather




Reply With Quote
  #5  
Old   
Lars Forslin
 
Posts: n/a

Default Re: iframe - 02-20-2005 , 06:16 PM



This might be the solution:
Try to apply this style to the iframe: style="overflow-x: hidden;
overflow-y: auto;"
Got that from
http://www.lissaexplains.com/forum/archive/index.php/t-64024.html
/Lars

"Heather" <info (AT) NOJUNKfeathertheweb (DOT) com> skrev i meddelandet
news:cvb4tu$do8$1 (AT) forums (DOT) macromedia.com...
Quote:
Can you live with NO scrolling ?

I don't think that's a good idea...especially when there's likely a
solution without eliminating all the scrollbars.

--
Heather




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.