Thread: IFrame and NS6
View Single Post
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