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
Mr.Black
Всех с прошетшим Новым Годом.
У меня есть вопрос по Css коду.Что означает *
И у меня есть две ошибки в IE (скрин с хрома)
1) В Ie 8 когда открываеш блок ,а потом закрываеш отступи появляються после того как наведеш мышкой на елемент http://s2.itrash.ru/idb/c614ff145edb562512...zymyannyj_1.png
.blockl { position:relative; margin-bottom: 10px; }.bltop{
background: url('../image/bltop.jpg') repeat-x;
position:relative;
height: 26px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
behavior: url(css/PIE.htc);
}
.bltop h3 { padding: 5px 12px; font-size: 14px; font-weight: normal; color: #ffffff; }
.bltop span {
background: url(../image/icomenu.png) no-repeat left bottom;
display: block;
position: absolute;
right: 8px;
top: 6px;
cursor: pointer;
width: 15px;
height: 15px;
}
.active .bltop span { background-position: left top; }
.blbottom { background: #faf9f7; margin-bottom: -8px; }
.blbottom li { list-style: none; padding: 6px 15px; }
.blbottom a { color: #4490a0; font-size: 13px; }
.blbottom a:hover { text-decoration: none; }
+ JavaScript и Html
2) В Ie 6 кнопка
плохо отображается (у всех других браузерах нормально)
bltop span {background: url(../image/icomenu.png) no-repeat left bottom;
display: block;
position: absolute;
right: 8px;
top: 6px;
cursor: pointer;
width: 15px;
height: 15px;
}
.active .bltop span { background-position: left top; }
Link to comment
Share on other sites
4 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.