/* CS1.4 */
#pun-title table tbody tr .title-logo-tdr { position: absolute; z-index:
100; left: 0px; top: 0px}
#pun-title, #pun-title .container, .punbb .modmenu .container }
background-image: url(http://www.imghost.in/images/ngfm1zgyfs37epid5dnm.jpg);
color: #ffffff;
}
А если правильно написать? К примеру так:
/* CS1.4 */
#pun-title table tbody tr .title-logo-tdr { position: absolute; z-index:
100; left: 0px; top: 0px}
#pun-title, #pun-title .container, .punbb .modmenu .container {
background-image: url(http://www.imghost.in/images/ngfm1zgyfs37epid5dnm.jpg);
color: #ffffff;
}
а еще лучше вот так:
/* CS1.4 */
#pun-title table tbody tr .title-logo-tdr { position: absolute; z-index:
100; left: 0px; top: 0px}
#pun-title, #pun-title .container {
background-image: url(http://www.imghost.in/images/ngfm1zgyfs37epid5dnm.jpg);
color: #ffffff;
}
.punbb .modmenu .container {
background-color: #000000;
color: #ffffff;
}
цвет можно любой поставить










