Hallo an alle!
Weiß vielleicht jemand von euch wie ich den IE dazu bekommen, dass er mir folgenden Code (etwa) genauso darstellt wie im Firefox?
Hier der Code:
<html>
<head>
<title>Probleme mit IE</title>
<style type="text/css">
#MyFrame
{
position:absolute; top:100px; left:50px; right:50px; bottom:30px; z-index:1;
}
</style>
</head>
<body>
<iframe id='MyFrame' name='MyFrame'>
</iframe>
</body>
</html>
Der IE scheint die Attribute right und bottom aus irgendeinem Grund nicht zu berücksichtigen - weiß jemand von euch warum??
Vielen Dank schonmal :) Hoffe, jemand hat ein Idee,
viele Grüße
Patrick