Не получилось
В структуре у вас есть такой код
/* D1.4 */
#pun-title h1 span {
display: none;
}#pun-title TABLE {
border: none;
height: 450px;
width: 100%;
}
Выделеное красным пропишите так
#pun-title TABLE {
background-image : url("http://s55.radikal.ru/i148/0907/28/13131e68587e.png");
background-repeat : no-repeat;
background-position: bottom center;
border: none;
height: 450px;
width: 100%;
}
А это
#pun-title .title-logo {
background-image : url("http://s55.radikal.ru/i148/0907/28/13131e68587e.png");
background-repeat : no-repeat;
height : 450px;
background-position: bottom center;
}
уберите совсем.
Отредактировано Good (Пн, 3 Авг 2009 15:31:10)
