inanzitutto scusate se ho riesumato un mio vecchio post ma ancora non sono riuscito a risolvere.
Ho creato le quattro immagini (news_tl, news_tr, news_bl, news_br) e gli ho dato il suffisso _news a mod_mainmenu con questi parametri:
div.module_news h3{
padding-right: 10px;
padding-left: 0px;
}
div.module_news ul{
padding-right: 20px;
padding-left: 0px;
}
div.module_news {
background: url(../images/menu/news_br.png) 100% 100% no-repeat;
}
div.module_news div {
background: url(../images/menu/news_bl.png) 0 100% no-repeat;
}
div.module_news div div {
background: url(../images/menu/news_tr.png) 100% 0 no-repeat;
}
div.module_news div div div {
background: url(../images/menu/news_tl.png) 0 0 no-repeat;
}
ma se vedete su kowaproject.altervista.org il box che contiene le news non ha i bordi arrotondati, dove sta il mio errore???