Moin,
schon lang nicht mehr hiergewesen, wird mal wieder Zeit was zu schreiben:
http://www.jpaq.de/neue_seite/index.php
Warum erscheint (im Vergleich zu FF) im Iex ein Umbruch zwischen <header> und <navi> ?
CSS:
Zitat
*
{ margin:0px;
padding:0px;
}
body {
background-color: #717171;
color: #4a4a4a;
font-family: Arial;
font-size: 14px;
scrolling:no;
}
#rahmen {
width : 1000px;
height : 800px;
height : auto !important;
margin : 0 auto;
}
#textfeld{
background-image:url(./img/textfeldbg.jpg);
height: 561px;
}
#textdiv{
height: 521px;
overflow:auto;
scrolling: no;
margin: 20px;
}
a{border: 0; color: #ff7800;text-decoration: underline;}
img{border: 0}