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
YOOra
Здравствуйте.
Нужно реализовать выпадающее меню на стилях.
CSS:
HTML:
.menu {
display:block;
font-size:14px;
padding: 29px 0 32px 30px;
}
.menu A {
text-decoration:none;
color:#000;
}
.subMenu .mEl {
display:inline;
line-height:1.2em;
margin: 2px 30px 0 10px;
position:relative;
width:200px;
}
.subMenu .mEl A {
padding: 0 3px 0px 3px;
clear:both;
}
A:hover { background:#645475;}
.subMenu {
display:inline;
}
.mEl .hider {
background-color:#BDE31A;
width:150px;
display:block;
position:absolute;
padding:8px 0 0 0;
margin:0;
*margin:29px 0 0 10px;
left:0px;
top:17px;
}
.mEl A:hover {
background-color:#BDE31A;
}
.mEl .hider {
display:none;
}
.mEl:hover .hider {
display:block;
}
Проблема: в Мозилле вс? выпадает, а вот в Эксплорере не хочет.
Как излечить?
Link to comment
Share on other sites
2 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.