Posted by Bubu on 11/20/06 12:42
Hello, I have a problem with the CSS, the follow code work great in
Firefox, but does not work in IE7.
Please, can anyone help me?
Thanks in advance
Bubu
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>
<body>
<iframe style="position:absolute; height:auto; width:100px; top:0px;
left:0px; bottom:0px; border:none; background-color:#FFFF00"></iframe>
<iframe style="position:absolute; margin-left:100px; width:auto;
top:0px; left:0px; right:0px; bottom:0px; border:none;
background-color:#FF0000"></iframe>
</body>
</html>
[Back to original message]
|