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
tipoc
Всем привет!
Есть кусок html кода:
Есть css-файл к нему:
.CategoryTree {
list-style: none;
text-decoration: none;
display: inline;
color: black;
}
.CategoryTree ul{
list-style: none;
margin: 0;
padding: 0;
}
.CategoryTree li {
list-style: none;
margin-left: 5px;
padding: 2px;
}
.CategoryTree a {
display: inline;
padding:0px;
}
.CategoryTree .nodeImage {
padding-left: 17px;
background-repeat:no-repeat;
background-position: left;
}
.CategoryTree .selectedSubmenu .nodeImage {
background-image: url(../images/open.gif);
}
.CategoryTree .submenu .nodeImage {
background-image: url(../images/closed.gif);
}
.CategoryTree .leaf .nodeImage {
background-image: url(../images/list.gif);
}
В firefox файлы open.gif, closed.gif, list.gif отображаются нормально. А в IE 6/7 они не отображаются. В чем может быть дело?
Link to comment
Share on other sites
8 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.