chriz: grafik

hi zusammen

ich hab ein problem. bei meiner seite werden die bilder nicht schön in der ecke dargestellt mit netscape. so hab ich im selfhtml nachgeschaut, und ich sah die lösung. (siehe unten quelltext)

<head>
<title>Unbenannt</title>
<style type="text/css">
body { margin-left:0px; margin-right:0px; margin-top:0px; }
</style>

</head>

doch das stimmt überhaupt nicht. warum geht das nicht mit netscape?

  1. hi,

    body { margin-left:0px; margin-right:0px; margin-top:0px; }

    das liegt daran, dass der NN ein bisschen eigenwillig ist bei CSS-sachen *g*

    schreib in den body marginwidth=0 und marginheight=0

    das ist zwar nicht w3-konform, aber es funktioniert :-)

    cua

    n.d.p.