
Okeeee, danke dir für alles, aber wieso sind die Ecken bei IE noch rund?
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background: #E1E1E2 url(http://s5b.directupload.net/images/081110/l4stec2m.gif) repeat-y center ;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 12px 0;
}
Code: Alles auswählen
background-image: url(http://s5b.directupload.net/images/081110/l4stec2m.gif)
Code: Alles auswählen
background-image: url('http://s5b.directupload.net/images/081110/l4stec2m.gif');
Im Prinzip schon. Du kannst aber den Hintergrund allg. über background definieren. Also Farbe, Bild, Wiederholungen etc. in einem Abwasch. Klick.die hintergrundfarbanweisung sollte auch eher background-color und nicht nur background sein