[Table]Шапка, горизонтальное меню + поиск для Ucoz как на Aburmu4.com
может кому нужно[/Table]
скрин http://s51.radikal.ru/i133/1105/31/e6c8228f6344.jpg
[Table]Установка:
[/Table]
[Table]1. В css (ПУ-Таблица стилей (CSS)) c самого верху вставляем:[/Table]
Code
/* ============меню и шапка============ */
.header {background-image:url(http://aburmu4.com/out/hmenuh/header.png); background-repeat:repeat-x; height:76px; width:100%}
.header_container {height:76px; position:relative; width:1132px; margin:0 auto}
.active_tab {font-weight:bold; color:#FFFFFF}
.active_tab a {background-image:url(http://aburmu4.com/out/hmenuh/tab.png); background-repeat:repeat; height:39px; clear:none; float:left; margin:0px 0px 0px 0px; line-height:39px; padding:0px 10px; border-right:1px solid #555; border-left:1px solid #777; font-weight:bold; color:#FFF}
.active_tab a:hover {background-image:url(http://aburmu4.com/out/hmenuh/active_tab.png); text-decoration:underline}
/* Search style */
.search_form {height:20px; width:670px; position:absolute; top:46px; vertical-align:middle; z-index:10; left:231px}
.schQuery {float:left}
.schBtn {float:right}
.queryField {width:600px; height:17px; background:#E2A06E; border:1px solid #90430A}
/* ------------ */
[Table]2. Сам код шапки и меню + рабочий поиск[/Table]
Code
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="padding: 0px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td>
<table style="background: url(http://aburmu4.com/out/hmenuh/fon_heade.png) repeat-x; height: 131px;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="width:398px; padding-left:20px" ><a href="http://aburmu4.com/" title="Aburmu4 Portal"><img src="http://aburmu4.com/img/shapka/logo.png" alt="Aburmu4 Portal" width="398" height="90" border="0" /></a></td>
<td style="vertical-align: top; text-align: right;">
<table style="height: 131px;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
<div style="padding:0px 0px 0px 150px;">
<div style="-moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#adadad; border:1px solid #484848; padding:4px; display:block; width:468px;">
баннер
</div></div>
</td>
</tr></table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="header"><div class="header_container">
<div class="search_form">
<form action="/search/" style="margin: 0px;" method="get" onsubmit="this.sfSbm.disabled=true">
<div style="float: left;" class="schQuery"><input class="queryField" size="65" name="q" type="text" /></div>
<div style="float: right;" class="schBtn"><input value="Поиск" name="sfSbm" class="searchSbmFl" type="submit" /></div>
</form></div>
<div class="active_tab"><a href="/" title="Головна сторінка">Главная</a></div>
<div class="active_tab"><a href="/news" title="Фільми онлайн">Фільми онлайн</a></div>
<div class="active_tab"><a href="/forum">Форум</a></div>
<div class="active_tab"><a href="http://aburmu4.com/" title="Aburmu4">Aburmu4.com</a></div>
</div></div>
</td></tr></table>