Ashura: <img width="100%"> funktioniert nicht mit dem IE

Beitrag lesen

Hallo Markus.

<img src="bild.jpg" style="width:100%">
funktioniert leider auch nicht.

Bist du dir sicher? Folgendes Konstrukt funktioniert in allen  modernen Browsern und dem IE:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html>  
  <head>  
    <title>New Document</title>  
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />  
  <style type="text/css">  
  [code lang=css]html,body{padding:0;margin:0;height:100%;}

</style>
  </head>
  <body>
    <img src="foo.gif" alt="" style="height:50%;width:50%;" />
  </body>
</html>[/code]

Gruß, Ashura

--
Selfcode: sh:( fo:) ch:? rl:( br:^ n4:& ie:{ mo:) va:) de:> zu:) fl:( ss:| ls:[ js:|
Try it: Become an Opera Lover in 30 days
Meine Browser: Opera 8.0 | Firefox 1.0.4 | Lynx 2.8.3 | Netscape 4.7 | IE 6.0
IE Layout-Workaround №1: <!--[if IE]><style type="text/css">*{display:none;}</style><![endif]-->