Do we have any I-frame experts for IE.
I am trying to use multiple I-frames in Internet Explorer. When two of them
are applied they both lose their positon attributes. Any clues?
<html>
<head>
<style type="text/css">
#floatframe {position:absolute;
left: 40px;
top: 40px;
width: 30px;
height: 225px;
z-index: 100;
}
</style>
</head>
<div id="floatframe2">
<iframe text="#ffffff" width="250" height="200" name="floatframe2"
src="ticket_phone.php"
align="left" frameborder="0" vspace="0" hspace="0"> </iframe>
</body>
</html>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php