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
gvay
Здравствуйте
Помогите разобраться, как сделать пункты меню разного цвета?
вот код блока с менюшкой
это все что относится к меню из css файла
#nav {background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
margin-left: 9px;
padding-left: 1px;
padding-bottom: 29px;
background: #2A2A2A bottom left url(images/nav_bot.jpg) no-repeat;
}
#nav li {
list-style: none;
font: 14px "arial narrow", arial, sans-serif;
border-top: 1px solid #959595;
background: 188px 10px url(images/arr_white.gif) no-repeat;
padding: 7px 0 0 31px;
}
#nav a {
color: #fff;
text-decoration: none;
border-left: 1px solid #959595;
padding-left: 10px;
display: block;
width: 90%;
padding: 2px 0 6px 8px;
}
#nav a:hover {
text-decoration: underline;
}
#nav .important {
border: none;
border-top: 1px solid #959595;
background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
color: #E9C379;
Заранее благодарен.
Link to comment
Share on other sites
14 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.