Jump to content
  • 0

ie6 перекрытие <A>


weblad
 Share

Question

Здраствуйте.

Есть конструкция такого вида:

<div class="png"><a href="#">ссылка</a></div>

Где класс png это ie6 png fix в виде:

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

Ссылка в <div class="png"><a href="#">ссылка</a></div> перестает работать в тех местах где ее "закрывает" png бэкграунд. Как я понимаю нужно <a href> вывести на передний план, но как это сделать? Пробовал z-index - не помогло, подскажте как сделать.

Оригинал, если нужен, здесь http://itismusic.ru/

Спасибо!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
может ссылке display:block; и фон ей прикрутить)

а див убрать)

Да, получилось с помощью

a { display:block; cursor: pointer; }

Можно было и самому догадаться, сам себе усложнял конструкцию.

Но теперь новый баг, непонятного содержания, после последней ссылки вида

<a class="png" href="http://itismusic.ru/contacts">
<span class="nokio png"></span>
<span>Контакты</span>
</a>

Чуть ниже встречается кусок текста "кты" от слова контакты, зачем ie6 его сделал?

О чем я говорю хорошо видно на http://itismusic.ru/

.png a {position: relative;}

Никак на ситуацию не повлияло

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