Jump to content
  • 0

Свойство и проблемы в IE


Mr.Black
 Share

Question

Всех с прошетшим Новым Годом.

У меня есть вопрос по Css коду.Что означает *

 
*zoom:1;
*display:inline;

И у меня есть две ошибки в 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 кнопка oicomenu.png плохо отображается (у всех других браузерах нормально)

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

  • 0

*свойство это хак для IE6-7, в остальных браузерах игнорируется. zoom: 1 специальный прием для IE, чтобы заставить его работать с hasLayout, это такое дурацкое свойство, иначе не назовешь.

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy