Только для сайтов у кого фон сайта белый.
Автор: 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 ====== */ .bl04 { background-image: url(/img/bl04.gif); background-repeat: repeat-y; } .blocksgn { background-image: url(/img/blocksgn.gif); background-repeat: no-repeat; background-position: bottom left; } .bl01 { background-image: url(/img/bl01.gif); background-repeat: no-repeat; height: 27px; text-indent: 30px; text-transform: uppercase; font-size: 11px; font-weight: bold; } .bltitl1 { color: #c4100f; font-family: tahoma; /* ! */ text-decoration: none; } .bltitl2 { color: #333333; font-family: tahoma; /* ! */ text-decoration: none; } .bl02 { background-image: url(/img/bl02.gif); background-repeat: no-repeat; height: 26px; text-indent: 25px; color: #FFFFFF; font-size: 9px; } .copy { color: #555555; font-size: 11px; /* ! */ font-family: tahoma; /* ! */ text-decoration: none; } .copy a:active, .copy a:visited, .copy a:link { color: #555555; text-decoration: underline; } .copy a:hover { color: #06bab4; text-decoration: underline; } /* ====== 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 --> |