PDA

View Full Version : Mac/Pc iframes issue



juxtapozed
May 19th, 2004, 12:16 PM
Does anyone know how to resolve the issue of iframes displaying differently within different browsers.

I designed a site that displays fine within my Mac Version of Explorer, it even displays ok in Safari and Opera, but in Explorer on a PC the iframe appears alot bigger and dosn't fit the frame.

Thanks, Juxtapozed.

Unit
May 19th, 2004, 03:28 PM
Did you use css width/height, or simple <iframe width="" height=""> ?

I tend to use the latter, and I never get any problems.

juxtapozed
May 20th, 2004, 04:14 AM
This is my code, no matter what size i make it, it still dosn't fit neatly on a PC browser. (pc's ay!)

<IFRAME height="425" width="100%" frameborder="0" scrolling="auto" src="tech.html" name="menu"></IFRAME>

juxtapozed
May 20th, 2004, 04:16 AM
This is my code, no matter what size i make it, it still dosn't fit neatly on a PC browser. (pc's ay!)


<IFRAME height="425" width="100%" frameborder="0" scrolling="auto" src="tech.html" name="menu"></IFRAME>