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
lessless
Подскажите, почему я не могу поменять бэкграунд?
body1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}
p1 {
line-height: 1.5em;
}
ul#menu, ul#menu ul {
font-size: 12px;
list-style-type:none;
margin: 0;
padding: 0;
width1: 15em;
}
ul#menu a {
display: block;
text-decoration: none;
}
ul#menu li {
margin-top: 1px;
width: 100%;
}
ul#menu li a {
background: transparent;
back:#333;
color: #fff;
padding: 0.5em;
}
ul#menu li a:hover {
background: orange;
color: #333333;
back: #000;
}
ul#menu li ul li a {
background: #1b1c30;
back: #ccc;
color: #dfddc1;
padding-left: 10px;
}
ul#menu li ul li a:hover {
background: orange;
color: #333333;
border-left: 5px #ffca69 solid;
padding-left: 5px;
}
li#active { border: #fff; background: #f00;
/*FILTER: Glow(Color=#ffffff, Strength=8);
text-shadow: 0 0 10px #fff;*/
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
/* border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;*/
/*border:1px solid rgba(255,255,255, 0.2);*/
-moz-box-shadow: inset 0 0 5px 5px #fff;
-webkit-box-shadow: inset 0 0 5px 5px #fff;
box-shadow: inset 0 0 5px 5px #fff;
background: transparent;
}
делаю так - $(this).attr("id","active");
Edited by lesslessLink 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.