1
View jihanemo's reputation
Posted June 26 '09 at 08:30 PM
Posts: 4
On my website, my blog is embedded within an iFrame. But as the blog posts increase, I would like the length of the iframe to increase (WITHOUT a scroll bar!). Is there a code for this?
(sorry - not sure if this should have been posted in css or javascript)
2
View Lumination's reputation
Posted June 27 '09 at 05:18 PM
Posts: 1
Just curious as to the reason you would need an iFrame... ?
Anyway, try setting the scrolling property to "no" in your iframe tag and see if that helps. Also, I do not know the effect of the overflow CSS property on iframes, but you may try setting overflow to visible as well.
3
58 points at
100%
Posted June 28 '09 at 08:01 PM
Posts: 156
You're killing the searchability using an iFrame...
4
44 points at
77%
Posted June 29 '09 at 01:27 AM
Posts: 792
actually no. this is only rumor. youtube uses iframes as well as many other large company sites. lynx web browser is the standard that google tells you to design to. it is a text based browser. i have and will continue to use iframes as well youtube im sure. if your site can be navigated by a text based browser you are fine. as for the size. you will need serverside scripting for this. i suggest php as it is open source and provided by most hosting plans. you will need to know the width and height of said page, i dont know that this can be made dynamic although imagn may pull the card of exp for this, he's good. choose your method of sending and recieving the size variable and use these in place of height width in your iframe parameters.
“Imagination is more important than knowledge. For knowledge is limited to all we now know and understand, while imagination embraces the entire world, and all there ever will be to know and understand.” Albert Einstein
5
View jihanemo's reputation
Posted July 9 '09 at 03:12 PM
Posts: 4
Thank you for the advice, everyone! I think I'll just remove the iframe, got back to the Blogger template, and try to insert the header image and fill in the background color and leave it as that. The iframe isn't working out.