Hi, ich hab jetzt mal in CSS die position für das Bild und den text angegeben.
#pic {
clear: both;
width: 778px;
height: 182px;
margin: 0 auto;
padding: 0 0;
background:url(images/picture.png) no-repeat;
}
#textfield1 {
clear:both;
position:relative;
width: 778px;
margin: 0 auto;
padding: 20px 0;
color:#cccccc;
auf dem PC also local läuft alles super. Nur wenn ichs auf mein Webspace packe dann wird das Bild nicht angezeit und der text steht nicht an der position wo er sollte. Eingefügt hab ichs mit
<div id="">. Was ist falsch?
Grüße unix