stronke ulozylem w taki sposob:
strona
Chcialbym aby ten czarny prostokat, a w rzeczywistosci obrazek byl powielany pionowo. Problem w tym ze nie wiem w jakis sposob moge rozciagnac lewa kolumne do takiej samej wysokosci jaka ma prawa(jest zalezna od tekstu). Innymi slowy aby ten czarny prostokat byl powielany w miejscu 'X'
Oto kod:
Kod
#dol {
height:auto;
width:950px;
}
#lewa {
width:320px;
height:auto;
float:left;
}
#bar {
background-image:url(images/2szymon_06.gif);
background-repeat:repeat;
width:30px;
height:400px; /*AUTO*/
float:left;
}
#button {
background-image:url(images/2szymon_07.gif);
background-repeat:no-repeat;
height:38px;
width:290px;
float:left;
}
#spacer_1 {
background-image:url(images/2szymon_15.gif);
background-repeat:no-repeat;
height:11px;
width:290px;
float:left;
}
#info {
background-image:url(images/2szymon_17.gif);
background-repeat:repeat;
height:auto; /* AUTO */
width:290px;
float:left;
}
#prawa {
height:auto;
width:620px;
overflow:hidden;
}
#logo_3 {
background-image:url(images/2szymon_08.gif);
background-repeat:no-repeat;
height:51px;
width:620px;
overflow:hidden;
}
#spacer_2 {
background-image:url(images/2szymon_10.gif);
background-repeat:no-repeat;
height:55px;
width:620px;
overflow:hidden;
}
#tlo {
background-image:url(images/2szymon_20.gif);
background-repeat:repeat-y;
width:620px;
height:auto;
overflow:hidden;
}
#menu_1 {
background-image:url(images/2szymon_12.gif);
background-repeat:no-repeat;
height:33px;
width:584px;
margin-left:18px;
}
#menu_2 {
background-image:url(images/2szymon_14.gif);
background-repeat:no-repeat;
height:262px; /* AUTO */
width:584px;
margin-left:18px;
margin-bottom:50px;
}
height:auto;
width:950px;
}
#lewa {
width:320px;
height:auto;
float:left;
}
#bar {
background-image:url(images/2szymon_06.gif);
background-repeat:repeat;
width:30px;
height:400px; /*AUTO*/
float:left;
}
#button {
background-image:url(images/2szymon_07.gif);
background-repeat:no-repeat;
height:38px;
width:290px;
float:left;
}
#spacer_1 {
background-image:url(images/2szymon_15.gif);
background-repeat:no-repeat;
height:11px;
width:290px;
float:left;
}
#info {
background-image:url(images/2szymon_17.gif);
background-repeat:repeat;
height:auto; /* AUTO */
width:290px;
float:left;
}
#prawa {
height:auto;
width:620px;
overflow:hidden;
}
#logo_3 {
background-image:url(images/2szymon_08.gif);
background-repeat:no-repeat;
height:51px;
width:620px;
overflow:hidden;
}
#spacer_2 {
background-image:url(images/2szymon_10.gif);
background-repeat:no-repeat;
height:55px;
width:620px;
overflow:hidden;
}
#tlo {
background-image:url(images/2szymon_20.gif);
background-repeat:repeat-y;
width:620px;
height:auto;
overflow:hidden;
}
#menu_1 {
background-image:url(images/2szymon_12.gif);
background-repeat:no-repeat;
height:33px;
width:584px;
margin-left:18px;
}
#menu_2 {
background-image:url(images/2szymon_14.gif);
background-repeat:no-repeat;
height:262px; /* AUTO */
width:584px;
margin-left:18px;
margin-bottom:50px;
}
index: