-2

please, how activate button hero_btn_id covered transparent image top_image_id? or more precisely, how disable layer top_image_id? :)

<div id="back_image_id">
   <a id="hero_btn_id" href="#"></a>
</div>
<div id="top_image_id"></div>

Example http://jsfiddle.net/3ebdb/

Complete example https://dl.dropboxusercontent.com/u/55504690/examples/web/index.html

Abedron
  • 744
  • 1
  • 6
  • 20

1 Answers1

0

In <a> tag I have added z-index:1 added int the code. Here is the code

http://jsfiddle.net/kheema/3ebdb/11/

Kheema Pandey
  • 9,977
  • 4
  • 25
  • 26