Jump to content
  • 0

Не могу сделать меню на всю страницу


FORT
 Share

Question

Вобщем пытаюсь сделать меню на всю страницу. Перерыл весь гугл, ничего подходящего не нашел не нашел, прошу помощи у вас форумчане ;)

Вот html код


<div class="menu_he"><div class="stretching"><ul><li><a href="/">Главная</a></li><li><a href="/">Уроки</a></li><li><a href="/">Файлы</a></li><li><a href="/">Форум</a></li>
<li><form class="header_s" action="/search/" method="get" onsubmit="this.sfSbm.disabled=true">
<input type="text" onfocus="if(this.value=='Поиск по сайту...')this.value=''" onblur="if(this.value=='')this.value='Поиск по сайту...'" value="Поиск по сайту..." name="q"><input type="submit" value="" name="sfSbm">
</form></li>
<li><a href="/">Главная</a></li><li><a href="/">Уроки</a></li><li><a href="/">Файлы</a></li><li><a href="/">Форум</a></li>
</ul></div> </div>

А вот css


.menu_he{
background: url(../images/header_bg.png) repeat-x 0 bottom !important;
height:38px;
width: 100%;
text-align:justify;
}
.menu_he ul{
width:100%;
list-style-type:none;
}
.menu_he ul li{
float:left;
font-family:sans-serif;
font-size:10px;
border-left:1px solid #2b3338;
border-right:1px solid #1a1e21;
line-height:36px;
}
.menu_he ul li a{
color:white;
text-decoration:none;
padding: 9px 10px 8px 10px;
}
.menu_he ul li input[type=text]{
background:#131417;
border-width:1px 0 1px 1px;
border-style:solid;
border-color:#0e0f11;
height:20px;
margin:8px 0 9px 10px;
color:#4b4c4c;
float:left;
}
.menu_he ul li input[type=submit]{
background: url(../images/search_h_input.png) no-repeat 0 0 !important;
border-width:1px 1px 1px 0;
border-style:solid;
border-color:#0e0f11;
width:19px;
height:22px;
margin:8px 10px 9px 0;
}

Может кто знает как это сделать на всю ширину?(

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Как вариант - можно попробовать ссылку, что дал MadMax. Но я имел ввиду другое. JS именно растягивает пункты меню. Все автоматически - http://itmages.ru/image/view/439711/b456127f

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy