Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » How to make iframe automatically adjust height...


How to make iframe automatically adjust height...

Reply
  #1 (permalink)  
Old 02-28-10, 08:19 PM
clone dad clone dad is offline
New Member
 
Join Date: Feb 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
How to make iframe automatically adjust height...

Hello.
I have a flash header on my page with links. When each link is pressed, the appropriate .html page is loaded into the iframe, which i have defined with this code:

Code:

<iframe name = "mainframe" src="home.html"
width="746" height="800"
frameborder="0"
align="middle">

The problem is, the different pages that will be loaded into 'mainframe' have different heights, and i would like the iframe to adjust to these heights without adding scrolling bars.

How would I do this?
Reply With Quote
  #2 (permalink)  
Old 03-01-10, 06:05 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
I suggest changing your page layout to use divs instead of iframes.

Iframe content is often indexed out of context by search engines.

The other option would be to make the iframe big enough to hold the largest page, that may be awkward as well.
Reply With Quote
  #3 (permalink)  
Old 03-01-10, 11:19 AM
CodeRobber's Avatar
CodeRobber CodeRobber is offline
Newbie Coder
 
Join Date: Feb 2010
Location: Leicestershire UK
Posts: 19
Thanks: 0
Thanked 2 Times in 2 Posts
You can't auto-adjust the iframe's unfortunately.

They need a set width/height - you're best bet is just including it via php into a div (make sure you don't keep the <html> tags etc in it).
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 09:12 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.