
Только для сайтов у кого фон сайта белый. Автор: xmaxatx он же all4you Источник: http://ucozscript.ru/
Установка:
1. Скачать картинки и загрузить к себе на сайт в папку img , если такой папки нет, то создайте Скачать необходимые картинки: http://ucozscript.ru/engine/download.php?id=22
2. Создать файл css, с помощью блокнота, прописать код ниже привидений и сохранить как ... css.css
Этот код прописываем в файле css
Code /* ====== Copyright by http://ucozscript.ru ====== */ <BR>.bl04 { <BR> background-image: url(/img/bl04.gif); <BR> background-repeat: repeat-y; <BR>} <BR>.blocksgn { <BR> background-image: url(/img/blocksgn.gif); <BR> background-repeat: no-repeat; <BR> background-position: bottom left; <BR>} <BR>.bl01 { <BR> background-image: url(/img/bl01.gif); <BR> background-repeat: no-repeat; <BR> height: 27px; <BR> text-indent: 30px; <BR> text-transform: uppercase; <BR> font-size: 11px; <BR> font-weight: bold; <BR>} <BR>.bltitl1 { <BR> color: #c4100f; <BR> font-family: tahoma; /* ! */ <BR> text-decoration: none; <BR>} <BR>.bltitl2 { <BR> color: #333333; <BR> font-family: tahoma; /* ! */ <BR> text-decoration: none; <BR>} <BR>.bl02 { <BR> background-image: url(/img/bl02.gif); <BR> background-repeat: no-repeat; <BR> height: 26px; <BR> text-indent: 25px; <BR> color: #FFFFFF; <BR> font-size: 9px; <BR>} <BR>.copy { <BR> color: #555555; <BR> font-size: 11px; /* ! */ <BR> font-family: tahoma; /* ! */ <BR> text-decoration: none; <BR>} <BR>.copy a:active, .copy a:visited, .copy a:link { <BR> color: #555555; <BR> text-decoration: underline; <BR>} <BR>.copy a:hover { <BR> color: #06bab4; <BR> text-decoration: underline; <BR>} <BR>/* ====== Copyright by http://ucozscript.ru ====== */
3. Зайти в управление дизайном --Первый или второй контейнер, в самом верху вставить
Code <link type="text/css" rel="StyleSheet" href="/css.css" /> <!-- Copyright by http://ucozscript.ru --> <table width="233" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top" class="bl04"><table width="233" border="0" cellpadding="0" cellspacing="0" class="blocksgn"> <tr> <td align="left" class="bl01"><span class="bltitl1">Заголовок</span><span class="bltitl2">блока</span></td> </tr> <tr> <td align="left" class="bl02">Описания блока....</td> </tr> <tr> <td align="left" valign="top"><img src="/img/bl03.gif" width="210" height="20" alt="" /></td> </tr> <tr> <td align="left" valign="top"> <table width="233" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"><img src="/img/spacer.gif" width="20" height="1" alt="" /></td> <td width="180" align="left" valign="top" class="copy" style="line-height: 16px"> СЮДА МОЖНО ВСТАИВИТЬ МЕНЮ ИЛИ ЕЩЕ ЧТО ТО </td> <td width="33"><img src="/img/spacer.gif" width="33" height="1" alt="" /></td> </tr> </table></td> </tr> <tr> <td> </td> </tr> <tr> <td align="left" valign="top"> </td> </tr> </table></td> </tr> </table> <!-- Copyright by http://ucozscript.ru -->
|