Всем приветк ! подскажите пожалуйста...не могу скруглить все углы у меню ! оно построено как то так, что нижняя линия добавляется отдельно,а если скруглять тут, то скругляются и углы разделов меню (((
.suckerdiv ul li{ position: relative; background-color: #eee; }
/*1st level sub menu style */ .suckerdiv ul li ul{ left: 174px; /* Parent menu width - 1*/ position: absolute; width: 165px; /*sub menu width*/ top: 0; display: none; }/*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul{ left: 164px; /* Parent menu width - 1*/ } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li a{ left: 164px; /* Parent menu width - 1*/ background-color: #fff; }/*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul li a{ background-color: #bbb; } /*All subsequent sub menu levels offset */ .suckerdiv ul li ul li ul li ul li a{ background-color: #aaa; }/* menu links style */ .suckerdiv ul li a{ display: block; color: black; text-decoration: none; background-color: #fff; padding: 1px 5px; border: 1px solid #ccc; border-bottom: 0; line-height: 2em; } .suckerdiv ul li a:visited{ color: black; }.suckerdiv ul li a:hover{ /*для смны цвета и фона при наведении мышкой*/ /*background-color: #d5d5d5;*/ color: #0091be; text-decoration: none; } .suckerdiv ul li ul li a:hover{ /*для смены цвета и фона при наведении мышкой выпадающего меню*/ background-color: rgb 204 204 204; color: #0091be; text-decoration: none; }.suckerdiv ul li ul li ul li a:hover{ background-color: rgb 204 204 204; color: black; text-decoration: none; }
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
morgusha
Всем приветк ! подскажите пожалуйста...не могу скруглить все углы у меню ! оно построено как то так, что нижняя линия добавляется отдельно,а если скруглять тут, то скругляются и углы разделов меню (((
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background-color: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
}
подскажите как меню подправить ???
Link to comment
Share on other sites
19 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.