Hallo,
ich habe ein Bild unter einem DIV-Tag positioniert. Das funktioniert auch °_°, aber über dem Bild ist ein weißer Rand von ca. 5px. Wie krieg ich den weg???
<html>
<head>
<title>Übersicht</title>
<link rel=stylesheet type=text/css href=style.css>
<style src=style.css>
#topm {position:absolute;width:154;border:1px solid #808080;visibility:hidden;background-color:#CCCCCC;layer-background-color:#CCCCCC;}
#top {BACKGROUND: #cccccc;}
#topimage {marign=0 padding=0 top=0}
</style>
<script src=script.js></script>
</head>
<body onload=INIT()>
<div id=top width=100%><br><br><br></div>
<img src=curve.gif width=10px border=0 id=topimage>
<br>
</body></html>