Otóż mam taki problem. W divie mam zagnieżdżone trzy divy obok siebie.
Kod
#div_glowny {
width:100px;
min-height:20px;
}
#div1 {
width:20px;
float:left;
clear:left;
}
#div2 {
width:60px;
float:left;
clear:none;
}
#div3 {
width:20px;
float:right;
clear:right;
}
width:100px;
min-height:20px;
}
#div1 {
width:20px;
float:left;
clear:left;
}
#div2 {
width:60px;
float:left;
clear:none;
}
#div3 {
width:20px;
float:right;
clear:right;
}
I chciałbym aby, kiedy dodaje tekst w dowolnym divie, wszystkie trzy rozciągały się na jednakową wysokość.
Jak to zrobic?
Pozdrawiam,
Bartek