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
alex89
не могу догнать как добавить разделитель в меню после "карта сайта" сайт pechati89.ru
#pagemenucontainer {
height: 30px;
padding: 0 8px 0 8px;
background: #FFFFFF;
margin-top: 4px;
border: 1px solid #F3F4F5;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
float: left;
}
#pagemenu {
height: 30px;
float: right;
}
#pagemenu, #pagemenu ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
#pagemenu {
margin-bottom: 1px;
}
#pagemenu ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#pagemenu li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
border-left: 1px solid #ff0000
}
#pagemenu li:first-child {
}
#pagemenu ul li {
list-style: none;
margin: 0px;
padding: 0px;
}
#pagemenu li a, #pagemenu li a:link {
color: #ff0000;
display: block;
margin: 0 2px 0 2px;
padding: 10px 12px 9px 12px;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
#pagemenu li a:hover, #pagemenu li a:active{
color: #FFE4C4;
display: block;
text-decoration: none;
background: #3B3B3E;
}
#pagemenu li.current_page_item a {
color: #FFFFFF;
text-decoration: none;
background: #3B3B3E;
}
#pagemenu li:hover, #pagemenu li.sfhover {
position: static;
}
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.