iFrames Get Squeezed, Sidebar gone

Found a bug? Tell us!!
Post Reply
johnywhy
Regular
Posts: 23
Joined: Tue Sep 23, 2008 11:29 pm

iFrames Get Squeezed, Sidebar gone

Post by johnywhy »

my iframe is getting squeezed on this page.
and the rest of the page, including sidebar and footer, are gone.
http://scvdotnet.org/index.php?/archives/5-Upload.html

this is what my iframe code looks like:

Code: Select all

<iframe src="http://screencast.scvdotnet.org/upload_file.php" allowtransparency="true" frameborder="0" height="600" scrolling="no" />
seems this happens, no matter what attributes i try.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: iFrames Get Squeezed, Sidebar gone

Post by garvinhicking »

Hi!

<iframe /> is not supported by all browsers properly. Try <iframe></iframe> instead.
Also you must add a "width" attribute to the iframe.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
johnywhy
Regular
Posts: 23
Joined: Tue Sep 23, 2008 11:29 pm

thanks!

Post by johnywhy »

thanks
Post Reply