Vytvoril som si rounded modul:
Problem je v tom ze na stranke mam jedno pozadie kde sa meni farba, tak som musel dat obrazkom v module top a bottom transparentne pozadie. A teraz sa to zle zobrazuje a neviem preco..
este kod:
div.module h3 {
color:#3a3a3a;
font:130% arial;
padding:10px 10px;
text-align:center;
margin:0;
}
div.module {
background:url(../images/module-light-repeat.gif) repeat-y;
width:170px;
margin:0 0 10px 0;
}
div.module div{
background:url(../images/module-light-top.gif) top left no-repeat;
}
div.module div div{
background:url(../images/module-light-bottom.gif) bottom left no-repeat;
}
div.module div div div{
}
Vdaka