Mój problem polega na przyleganiu div, do div.
Problem wygląda tak:
OK (Opera, FF, IE7):

Źle (IE6):

kod:
<div class="div_spacer"> <h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</h1> </div>
Kod
div.div_spacer_title {
background: #FFFFFF;
border: 0px;
width: 360px;
height: 15px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
div.div_spacer_title h1 {
font-family: verdana;
font-size: 10px;
color: #666465;
font-weight: bold;
}
div.div_spacer {
background: url(div_spacer.gif) repeat-y;
border-top: 1px solid #ddd;
border-bottom: 3px solid #ddd;
border-left: 0px;
border-right: 0px;
width: 360px;
margin: auto;
padding: 5px 5px 0px 35px;
}
div.div_spacer h1 {
font-family: verdana;
font-size: 10px;
color: #666465;
font-weight: normal;
}
background: #FFFFFF;
border: 0px;
width: 360px;
height: 15px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
div.div_spacer_title h1 {
font-family: verdana;
font-size: 10px;
color: #666465;
font-weight: bold;
}
div.div_spacer {
background: url(div_spacer.gif) repeat-y;
border-top: 1px solid #ddd;
border-bottom: 3px solid #ddd;
border-left: 0px;
border-right: 0px;
width: 360px;
margin: auto;
padding: 5px 5px 0px 35px;
}
div.div_spacer h1 {
font-family: verdana;
font-size: 10px;
color: #666465;
font-weight: normal;
}