iframe problems in IE5.2 for mac?

message from jeshua@bulldog on 17 Jul 2004
Is anyone aware of issues viewing pages with IFrames on IE5.2 for mac? I have
an Iframe with scrollbars in a page and it works on safari but when I view it
in IE I don't get the scrollbars, I see a small grey square and if I click in
side the frame I can key up down and side to side with my keyboard and the
square muliplies. Any info would be appreciated.

Thank You Kindly,
J.Stevens
 
David Douglas replied to jeshua@bulldog on 17 Jul 2004
I have got IFRAMEs to work on IE5 for Mac!

Heres some recent IFRAME code ive had success with...

<IFRAME SRC="test.html" WIDTH="421" HEIGHT="362" FRAMEBORDER="0"
ALIGN="middle" SCROLLING="auto" allowtransparency="true"></IFRAME>

It loads in a 'test.html' page within a predefined space and displays
scrollbar if required.
My only grip is that the main page scrollbar is bugged in MacIE5 as its
scrolls the blank space that's hidden by the IFRAME.

Hope this is some help,
DD
 
jeshua@bulldog replied to David Douglas on 20 Jul 2004
Heres my code...(<---beginner)

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<iframe id="maybe1" name="maybe1" width="200px" height="300px" align="left"
frameborder="no" scrolling="yes" src="iframe test.htm"></iframe> </td>
</tr>
</table>

</body>
</html>
 

Archived message: iframe problems in IE5.2 for mac? (Macromedia Dreamweaver Web Design)