[LEFT]Langsam wird es was ^^
EIne frage habe ich aber noch und zwar zu folgendem:
background-attachment fixed
Das habe ich nun so gemacht in der CSS Datei:
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #000000;
text-align: center;
background-image:url(images/main.gif); background-repeat:no-repeat;
background-attachment:fixed; padding:0px; }
}
div.mybody {
margin-left:100px; margin-top:20px; margin-right:250px; margin-bottom:20px;
}
Wo muss ich das nun div eintragen ? weil derzeit wird nun alles bewegt und der hintergrund ist fest, ich will aber das man nur den inhalt also die artikel scrollen kann und nicht die gesamte seite mit sitebar etc.
[/LEFT]