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
elstargroup
Подскажите что надо вставить в этот код, чтобы получилось выпадающее меню:
/* Menu */
#menu {
width: 962px;
height: 50px;
margin: 0 auto;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: left;
height: 38px;
padding: 8px 20px 0 20px;
text-decoration: none;
text-transform: lowercase;
color: #000000;
}
#menu a:hover {
text-decoration: underline;
}
#menu .current_page_item {
background: url(images/img05.gif) no-repeat;
}
#menu .current_page_item a {
background: url(images/img06.gif) no-repeat right top;
font-weight: bold;
}
Link to comment
Share on other sites
1 answer 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.