css - Divs make links on image unclickable -


i trying position twitter , facebook image next portrait on website in order positioning correct have use divs. problem when add div image , link div makes image unable clicked , go link. can't rid of divs because way images positioned correctly. post jsfiddle below code.

jsfiddle: http://jsfiddle.net/heyitsprodigy/rvuhv/

area of issue : <div id="facebook"><a href="http://www.facebook.com"><img src="fb.png" height="101" width="101" /></a>

the problem isn't describe. issue positioning causing twitter element overlap others, makes them un-clickable.

there's unfortunately not easy solution. think you're going have rethink whole css structure, including eliminating deprecated <center> tags figure 1 out. luck.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -