Witam,
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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <link rel="stylesheet" href="lewi.css" type="text/css" /> <div style="clear: both;"></div>
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!