![]() | |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
This is actually my first venture into using IFRAMES. The client wanted a site that was visually stimulating, and the design I came up with is fixed width. |
|
I am using an IFRAME to display the "news" articles for the site. |
|
In IE, everything works beautifully, however in FireFox, all I get is a blank space where the iframe should be. iframe width="100%" height="100%" src="./news.php" ></iframe |
|
The iframe field should stretch itself the entire length of the table cell it's in, and scroll if content is larger than area. |
|
The testing URL is: http://www.heromythmusic.com |
#3
| |||
| |||
|
|
Greg wrote: This is actually my first venture into using IFRAMES. The client wanted a site that was visually stimulating, and the design I came up with is fixed width. That's a shame. I am using an IFRAME to display the "news" articles for the site. Why? What's wrong with including the news articles inline? That avoids the many problems of frames (which are frequently discussed on alt.html and comp.infosystems.www.authoring.html) In IE, everything works beautifully, however in FireFox, all I get is a blank space where the iframe should be. iframe width="100%" height="100%" src="./news.php" ></iframe On those few occasions when I've fiddled with iframes, I've noticed that Gecko doesn't seem to like percentile heights. The iframe field should stretch itself the entire length of the table cell it's in, and scroll if content is larger than area. Abusing tables for layout too? Oh dear. The testing URL is: http://www.heromythmusic.com Spacer gifs? Is it 1996 again already? -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/ Home is where the ~/.bashrc is |
![]() |
| Thread Tools | |
| Display Modes | |
| |