Inita: width:100%; min-width:800px

Beitrag lesen

Hallo,

mein code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Breite</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#line{
    padding:0 0 0 1050px;
    margin:0;
    float:left}
#line2{
    margin:0 0 0 -1050px;
    padding:0}
#page{
    position:absolute;
    top:0;
    min-width:1050px;
    width:99%;}
p{
    padding:0;
 margin:0}
</style>
    <!--[if IE]>
  <style type="text/css">
   #page{
    position:relativet;}
  </style>
    <![endif]-->
</head>
<body>
<div id="line">
    <div id="line2">
        <div id="page">
      <p>rrwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwww wwwwwwwwwwwwwww wwwwwwwwwwwww wwwwwwwwwwww wwwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwww wwwwwww wwwwwwwwwwwwwwwww wwwwwwwwwww wwwwwwwwwwwwwwwwwwww wwwwwwww wwwwwwwwwwwwwwwwwww wwwwwwwww wwwwwwwwwwwwww www wwwwwwwwwww</p>
        </div>
    </div>
</div>
</body>
</html>

funktioniert super in IE und FF, aber leider nicht in Opera :/. Vielleicht kann jmd helfen. Also, ich moechte width:100% im browser, aber wenn man browser schiebt min-width:800px zB.

LG,
Inita