Jump to content
  • 0

Css меню


Ангел_А
 Share

Question

Здравствуйте, никак не получается выровнять список по центру страницы, только начала учится css :D

Вот код

<style type="text/css">
ul.menu {

width:auto;
position:relative;
display:block;
height:33px;
font-size: 95% center;
background:url(bg.png) repeat-x top center;
font-family: Arial,sans-serif;
border:5px solid #464451;
margin:0;
padding:0;

}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:100%;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:600;
}

/*BLUE*/
ul.menu.blue{
background-color:#007fff;
}
ul.menu.blue li a:hover, .menu.blue li.current {
background-color:#A3BAE6;
}
</style>

и html

<ul class="menu blue" type="circle">

<li><a href="#" title="">• Главная</a></li>
<li class="current"><a href="#" title="">• Компания</a></li>
<li><a href="#" title="" >• Цены</a></li>
<li><a href="#" title="">• Вакансии</a></li>
<li><a href="#" title="">• Контактная информация</a></li>

</ul>

И картинка, чтоб понятней было о чем речь, этот список надо выровнять по центру страницы http://radikal.ru/F/s49.radikal.ru/i125/09...d94db8.gif.html

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Здравствуйте, никак не получается выровнять список по центру страницы, только начала учится css :)

<style type="text/css">
<!--
ul.menu{width:100%;height:33px;position:relative;display:block;background:url(bg.png) repeat-x top center;font-family:Arial,sans-serif;border:5px solid #464451}
ul.menu li{display:block;float:left;margin-left:5%}
ul.menu li a{float:left;color:#A79787;text-decoration:none;height:24px;padding:9px 15px 0;font-weight:100%}
ul.menu li a:hover,.current{color:#fff;background:url(bg.png) repeat-x top left;text-decoration:none}
ul.menu .current a{color:#fff}
/*BLUE*/
ul.menu.blue{background-color:#007fff}
ul.menu.blue li a:hover, .menu.blue li.current{background-color:#A3BAE6}
-->
</style>

z-preved.gif Попробуй так!

Если не понравится? будем думатьSpiel1.gif

Edited by base239
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