Hallo.
Bin neu hier und hab keinen Thread gefunden, der zu meinem Problem passt. Also sorry, falls sowas schon mal gefragt wurde
Ich bin dabei, mir eine Webseite per FrontPage 2003 zu erstellen. Bis jetzt klappt auch alles gut, nur lässt sich mein Hintergrundbild im Firefox nicht in die obere linke Ecke verschieben, sondern ich seh immer einen vielleicht 15 Pixel breiten Streifen an der oberen Seite. Beim Internet Explorer besteht das Problem nicht und in Frontpage wurde der Einzug von oben auch auf 0 Pixel verkürzt. Ich kopier hier mal den Quelltext, vielleicht kann mir einer helfen. Die SDeite ist aber noch nicht online. Das Hintergrundbild, um das es geht, heißt "hg.jpg" (Ordner "layout").
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>bildausschnitt.de.vu</title>
</head>
<body bgcolor="#FFE8B2">
<div style="position: absolute; left: 0px; top: 0px; z-index: 1">
<p>
<img border="0" src="layout/hg.jpg" width="628" height="465"></p>
</div>
<div style="position: absolute; left: 198px; top: 0px; z-index: 2">
<img border="0" src="layout/menu.jpg" width="629" height="89"></div>
<div style="position: absolute; left: 198px; top: 103px; z-index: 2">
<img border="0" src="layout/layoutmi.jpg" width="629" height="470"></div>
<div style="position: absolute; left: 198px; top: 575px; width: 632px; height: 19px; z-index: 2">
<img border="0" src="layout/layoutun.jpg" width="631" height="19"></div>
</body>
</html>
Danke für eure Mühe