css код

Загрузка ...

 

 

Всплывающее подменю

li:hover ul { display: block; } вот это в CSS

Смена фона по периметру страницы 

body {
background:url(/img/talismantest/01.jpg);
background-position: 50% 0;
background-attachment: fixed;
background-repeat: repeat;
}

Иконка в браузере. Вставлять в поле рекламы


 

}

.art-sidebar1 {visibility:hidden;}

.art-content-layout .art-sidebar1 {
background-color: #C0E1E7;
background-image: url('images/sidebar_g.png');
background-repeat: no-repeat;
background-position: left top;
width: 0%;
}
Этот код убирает блок меню, если вместо art-sidebar1 поставить art-sidebar2 убирается блок с рекламой

фон с шапкой

/* фон посложнее */ body { background-image:url(/img/talisman29/icon/Ballon-fon.jpg); background-position: 50% 0; background-attachment: fixed; background-repeat: no-repeat; } div.art-header-jpeg { background: url(/img/talisman29/icon/4444.jpg) }  #art-page-background-gradient { display: none; } .art-content-layout { background:#FFD700 } фон /* фон */ body { background:url(/img/talisman29/icon/Ballon-fon.jpg); background-position: 50% 0; background-attachment: fixed; background-repeat: repeat-y } .art-sheet {width:1000px} /* 1100px - ширина в пикселях */
.art-content-layout{width:1000px}

.art-content-layout .art-sidebar2 {width:100px}/* ширина боковых столбиков */
.art-content-layout .art-sidebar1 {width:160px}