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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
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.