Jump to content
  • 0

Не выравнивается к центру менюшка


gudzon
 Share

Question

Уважаемые форумчане,

подскажите пож-та как выравнять нижеописанную менюшку по центру страницы. что только не пробывал, стоит на месте не двигается. нечего не пойму....менюшка красивая получилась, а выровнять не могу..

<html>
<head>
<style type="text/css">

div.menuhor div.navih { width: 100%; height: 24px; font-family: Tahoma; font-size: 11px; line-height: 5px; font-weight: bold; margin: 0px 0 0 0; background-color: 336699;}
div.menuhor div.navih a { float: left; color: #FFFFFF; text-decoration: none; padding: 9px 8px 10px 8px; background-color: 336699;}
div.menuhor div.navih a:hover { color: #FFFFFF; background-color: #004982;}

</style>
</head>
<body>
<div class="menuhor">
<div class="navih">
<a href="/news/" title="...">menu1</a>
<a href="/board/" title="...">menu2</a>
<a href="/dir/" title="...">menu3</a>
<a href="/photo/" title="...а">menu4</a>
<a href="/forum/" title="...">menu5</a>
<a href="/publ/" title="...">menu6</a>
<a href="/index/0-2" title="...">menu7</a>
<a href="/index/0-4" title="...">menu8</a>
</div>
</div>
</body>
</html>

Заранее благодарен за помощь

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

эхх

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title></title>
<style type="text/css">
/*<![CDATA[*/
.menu {
height: 24px;
}
.menu ul {
margin: 0;
text-align: center;
padding: 12px 0;
font-family: Tahoma;
font-size: 11px;
line-height: 5px;
font-weight: bold;
background-color: #336699;
}
.menu ul li {
display: inline;
}
a {
color: #FFFFFF;
text-decoration: none;
padding: 8px 8px;
}
a:hover {
background-color: #004982;
}

/*]]>*/
</style>
</head>

<body>
<div class="menu">
<ul>
<li><a href="/news/" title="...">menu1</a></li>
<li><a href="/news/" title="...">menu1</a></li>
<li><a href="/news/" title="...">menu1</a></li>
<li><a href="/news/" title="...">menu1</a></li>
<li><a href="/news/" title="...">menu1</a></li>
<li><a href="/news/" title="...">menu1</a></li>
<li><a href="/news/" title="...">menu1</a></li>
</ul>
</div>
</body>

</html>

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