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 06-17-2002, 10:30 PM   PM User | #1
QuackHead
Regular Coder

 
Join Date: Jun 2002
Posts: 344
Thanks: 0
Thanked 0 Times in 0 Posts
QuackHead is an unknown quantity at this point
Netscape IFrame and NS6

I'm having trouble with the iFrame tag in Netscape 6 - for some reason the iframe is not displaying...

here's the code <iframe src="the_html_file" width="98%" height="75%" frameborder="0"></iframe>

Thanks for your help.

~Quack
QuackHead is offline   Reply With Quote
Old 06-18-2002, 12:08 AM   PM User | #2
justame
Regular Coder

 
Join Date: Jun 2002
Posts: 676
Thanks: 1
Thanked 0 Times in 0 Posts
justame is on a distinguished road
qua...
mayyybe this link will just a help®...
http://www.google.ca/search?q=iframe+in+nn6&hl=en&meta=
just a goodluck® :O)))
justame is offline   Reply With Quote
Old 06-18-2002, 12:23 AM   PM User | #3
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
I've used iframes all the time with no trouble at all in Moz. I always use CSS as opposed to width and height attributes though, but that wouldn't affect it not displaying.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 06-18-2002, 02:48 PM   PM User | #4
QuackHead
Regular Coder

 
Join Date: Jun 2002
Posts: 344
Thanks: 0
Thanked 0 Times in 0 Posts
QuackHead is an unknown quantity at this point
What would be the best way to apply CSS to an IFrame?

Also, what's the proper format for Netscape 4 proofing the IFrame (using ILayer)

To clarify, where should I put the ILayer tags to correspond with the IFrame tags...

Code:
<iframe src="blah"><ilayer src="blah"></ilayer></iframe>
Would it be something like that?

Thanks

~Quack
QuackHead is offline   Reply With Quote
Old 06-18-2002, 05:41 PM   PM User | #5
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
That way seems fine, though it really doesn't matter. The tags are currently mutually exclusive (no browser supports both).

Anyway, I just go for CSS:

iframe {
width: bla;
height: bla;
/* etc */
}

Or assign it an id and style it from #myid. or a class, and from .myclass
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 06-18-2002, 05:45 PM   PM User | #6
QuackHead
Regular Coder

 
Join Date: Jun 2002
Posts: 344
Thanks: 0
Thanked 0 Times in 0 Posts
QuackHead is an unknown quantity at this point
thanks jkd,

I'll give it a try and let you know how it goes...
QuackHead 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 10:38 PM.


Advertisement
Log in to turn off these ads.