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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Mitshan
Помогите разобраться пожалуйста
Верхнее меню в мозиле и эксплорере отображается по разному: http://upsservis.ru
ксс.
#header {
clear: both;
width: 750px;
height: 45px;
margin: 0 auto;
}
#logo {
float: left;
padding: 10px 0 0 0px;
color: #000000;
background: inherit;
width: 300px;
}
.slogan {
float: right;
border-left: 1px solid #CCCCCC;
padding: 0 0 0 20px;
}
#hmenu {
padding: 13px 0 5px 0;
float: right;
}
#hmenu ul {
margin: 0px;
padding: 0px;
}
#hmenu ul li {
float: left; /* располагаем список по горизонтали */
list-style-type: none; /* удаляем маркеры */
}
#hmenu ul li a {
padding: 12px 13px 2px 11px;
text-decoration: none;
color: #414141;
background: #ccc url(images/hmenuarrow.gif) no-repeat top center;
margin: 0 0 3px 1px;
border-bottom: 4px solid #BCBCBC;
}
#hmenu ul li a:hover {
background: #3C6491 url(images/hmenuarrowhover.gif) no-repeat top center;
color: #FFFFFF;
border-bottom: 4px solid #2F4A6C;
}
Меню с хидером:
<div id="header">
<div id="logo">
<p class="slogan"><b>и монтаж</b><br />
электрооборудования</p>
<div style="float: left;">
<h1><a href="http://upsservis.ru">СЕРВИС</a></h1>
</div>
</div>
<div id="hmenu"> <ul><?php wp_list_pages('title_li=&depth=1'); ?></ul> </div>
</div>
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.