tanja: blöde scrollleiste

Beitrag lesen

Vielleicht ein Border von 1,15px?

Matthias

Hi,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">  
<head>  
<title>Grafik</title>  
<style type="text/css">  
html, body, div, img  
{  
margin: 0;  
padding: 0;  
height: 100%;  
}  
</style>  
</head>  
<body>  
<div><img src="grafik.png" alt="" /></div>  
</body>  
</html>

Wenn ich bei img Angaben zur position: ... angebe ist die Scrollleiste weg.
Das scheint mir aber umständlich.