Chciałbym zrobi takie coś: Główny obrazek wyświetlam na środku nastepnie jeden obrazek rozciagam na 100% i drugi po prawej na 100%. W praktyce wychodzi tak ze wszystkie sa pod soba.
body{ font-size:62%; font-family:'Lucida Grande', Verdana, Arial, Sans-Serif; background:#d1eafd; color:#333; text-align:left; } #leftSide{ background-image:url('images/back_left.jpg'); background-repeat:repeat-x; width:100%; height:190px; float:left; } #imageOne{ background-image: url('images/centerTop.jpg'); width:403px; height:190px; margin-left:500px; background-repeat:no-repeat; float:left; } #rightSide{ background-image:url('images/back_right.jpg'); background-repeat:repeat-x; width:100%; height:190px; float:left; }
Z gory dzieki za pomoc!