HTML:
Kod
<div id="ip">
<div id="newart">
<div id="newart_lewa"></div>
<div id="newart_prawa"></div>
<div id="newart_tresc"></div>
</div>
<div id="sb"></div>
</div>
CSS:
Kod
#newart {
width: 581px;
height: 186px;
}
#newart_lewa {
background-image: url('images/img_61.jpg');
background-repeat: no-repeat;
float: left;
width: 5px;
height: 186px;
}
#newart_prawa {
background-image: url('images/img_66.jpg');
background-repeat: no-repeat;
float: right;
width: 12px;
height: 186px;
}
#newart_tresc {
background-image: url('images/img_64.jpg');
background-repeat: repeat-x;
width: 569px;
height: 186px;
}
width: 581px;
height: 186px;
}
#newart_lewa {
background-image: url('images/img_61.jpg');
background-repeat: no-repeat;
float: left;
width: 5px;
height: 186px;
}
#newart_prawa {
background-image: url('images/img_66.jpg');
background-repeat: no-repeat;
float: right;
width: 12px;
height: 186px;
}
#newart_tresc {
background-image: url('images/img_64.jpg');
background-repeat: repeat-x;
width: 569px;
height: 186px;
}
I jak to wszystko uruchomię w IE to treść czyli #newart_tresc jest pod tym blokiem:

Czy da się zrobić tak, aby to było w 1 linii zarówno w FF jak i IE ?