It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

iframes

iframes

Postby joshcxa on Thu Jun 08, 2006 1:56 am

Normally i wouldn't use these but in this case it's required. Long story...

Anyway i have ANOTHER IE issue with iframes.

Is there a way to remove the border of an iframe in IE?
The other issue is that the horizontal scrolling bar is there. It remains when i extend the width of the iframe. I even tried putting the content in the source file in a table that is smaller than the iframe.

Any ideas
joshcxa
DEVPPL Lightwave Moderator
User avatar
joshcxa
100+ Club
 
Posts: 156
Joined: Wed Aug 18, 2004 10:59 am
Location: Australia

Postby lalalogic on Thu Jun 08, 2006 7:16 am

No border:

<iframe name="iframeName" align="top" src="#" frameborder="0" scrolling="yes" width="x" height="y">

But I don't understand why there's a horizontal scrollbar if the content is in a table with smaller width :? Maybe if you shared the code, we could find the problem..
bahbye devppl :]
lalalogic
100+ Club
 
Posts: 200
Joined: Tue Aug 16, 2005 4:02 am

Postby Phate on Thu Jun 08, 2006 7:42 am

I think that there is a way to turn the scrollbars off... let me look


edit:::::::::::::

Code: Select all
<iframe name="iframeName" align="top" src="#" frameborder="0" scrolling="yes" width="x" height="y">


Just change "Scrolling='yes'" to "no" or "auto"
Web-Developing since '03
Image
User avatar
Phate
500+ Club
 
Posts: 826
Joined: Sun Nov 21, 2004 4:12 am
Location: 127.0.0.1

Postby lalalogic on Thu Jun 08, 2006 7:53 am

But he's talking about a horizontal scrollbar which appears without a reason. Turning off the scrolling generally won't allow the iframe to display a vertical scrollbar in any other page it might be necessary.
bahbye devppl :]
lalalogic
100+ Club
 
Posts: 200
Joined: Tue Aug 16, 2005 4:02 am

Postby joshcxa on Thu Jun 22, 2006 11:42 pm

Problem fixed!

Changing the scrolling to yes works. scrolling="yes"

there is also 2 other ways to fix this problem. i forgot what they are or who told me too :(
joshcxa
DEVPPL Lightwave Moderator
User avatar
joshcxa
100+ Club
 
Posts: 156
Joined: Wed Aug 18, 2004 10:59 am
Location: Australia

Postby joshcxa on Mon Aug 07, 2006 2:10 am

since firefox 1.5 i've noticed a horizontal scroll bar is there too. This one is inactive. How do I remove this one?
joshcxa
DEVPPL Lightwave Moderator
User avatar
joshcxa
100+ Club
 
Posts: 156
Joined: Wed Aug 18, 2004 10:59 am
Location: Australia


Who is online

Users browsing this forum: No registered users and 6 guests