Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-24-2005, 04:26 PM   PM User | #1
davidm50
New to the CF scene

 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
davidm50 is an unknown quantity at this point
Inline Frame and Firefox

I am having trouble getting Netscape and Firefox to display an inline frame correctly. It works fine in IE and Opera. The problem is NS and FF move the inline frame up near the top of the page instead of displaying it in the body where it belongs. I've tried several different ways to no avail. Any ideas? Here's the URL:

http://www.jagsfootball.com/Stats2005.htm

Any help is very much appreciated.

Last edited by davidm50; 12-24-2005 at 04:29 PM..
davidm50 is offline   Reply With Quote
Old 01-22-2006, 01:17 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,587
Thanks: 5
Thanked 864 Times in 841 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Use a <div> instead:

Quote:
<div id="whatever">content</div>
And format it with css:

Code:
#whatever {
  width: ??px;
  height: ??px;
  overflow: auto;
}
This works everywhere and is better than iframes.
VIPStephan is offline   Reply With Quote
Old 01-22-2006, 04:48 PM   PM User | #3
drhowarddrfine
Senior Coder

 
Join Date: Oct 2005
Posts: 1,340
Thanks: 0
Thanked 61 Times in 60 Posts
drhowarddrfine can only hope to improve
If you are going to continue to insist on using a html3.2 doctype you will continue to have problems with modern browsers.
drhowarddrfine is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:23 PM.


Advertisement
Log in to turn off these ads.