Jump to content
  • 0

Проблема с z-index..


warobushek
 Share

Question

Помогите, пожалуйста.

Для двух картинок фиксированного размера создал маску закругления углов. Пытаюсь наложить ее на картинки. Наложил, но ссылки на эти картинки работают только в мозилле и хроме.

Как сделать так, чтобы ссылки работали во всех браузерах?

Разумно ли так делать маску для изображений? Может есть более простые и надежные пути?

Вот код

		<div id="sq_banners">
<a href=""></a><a href="" class="ban2"></a>
<div id="sqban_mask"><img src="images/sqban_mask.png" alt="" /></div>
<img src="images/sqban3.png" alt="" /><img src="images/sqban4.png" alt="" />
</div>

Вот стили

	#sq_banners {
float:left;
height:125px;
margin-right:30px;
overflow:hidden;
position:relative;
width:250px;
}
#sq_banners a {
display:block;
float:left;
height:125px;
position:absolute;
width:125px;
z-index:3;
}
#sq_banners .ban2 {left:125px;}
#sqban_mask {position:absolute;z-index:2;}

Вот как это выглядит: http://tri4.ax3.net/akado_ural/maska.html

Link to comment
Share on other sites

3 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.

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