html - Make <a> clickable behind a <div> -


i have site header there linked image. in front of there information box it. problem can't click link in horizontal area information div wrapped. wrapper necessary information box centered.

the image below shows site. have marked non clickable area red. goal have click access everywhere around text boxes.

a screenshot of like

i need fix without deleting wrapper , positioning info boxes "position absolute" because there jquery doing stuff in background.

here html wrap structure:

        <a href="#" class="showtag"></a>         <div id="title">             <div id="innertitle">                 <div id="maintitle"></div>                 <div id="downloadwrapper"></div>             </div>         </div> 

"title" , "innertitle" causing trouble. wrappers need display "maintitle" , "downloadwrapper" centered.

here link site if wish take @ code: http://n.ethz.ch/student/lukal/paint.net/

thanks in advance :d

not sure element want click, because both boxes in image clickable (at least in ff), answer element pointer-events:none . add element need (for example if want click sliding divs) , voila! basically, can access element despite z-index

you can read more pointer-events


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -