1 - to nagłówek, a 2 to tło z 4 obrazkami - poprawnie?
Chodzi o to, że nie mogę wyśrodkować w pionie tekstu w tym nagłówku:
<div id="help"> <img src="images/1.jpg" width="125px" height="125px" alt="" style="float:left; margin:10px 0px 0px 10px"> <img src="images/2.jpg" width="125px" height="125px" alt="" style="float:right; margin:10px 10px 0px 4px"> <img src="images/3.jpg" width="125px" height="125px" alt="" style="float:left; margin:6px 0px 0px 10px"> <img src="images/4.jpg" width="125px" height="125px" alt="" style="float:right; margin:6px 10px 0px 4px"> </div>
CSS:
#help_head { background: url(images/helphead.jpg) repeat-x; height:30px; width:276px; margin:20px 38px 0px 0px; border:solid #ebead1; float:right; padding:0px; vertical-align:middle; display:table-cell; } #help { height:279px; width:276px; margin:53px -282px 0px 0px; background: url(images/helpback.jpg) repeat-x; float:right; padding:0px; overflow:hidden; border: solid #ebead1; }