Click Trigger Opacity

I’ve created a click trigger to show and hide some information. However the information is actually still there just invisible when it is hidden. This is getting in the way of some buttons that are under the information.

To view what i am talking about, go to:
www.iamtheFrank.com/resume3

Then Click the Resume Button and then the close button. Then try clicking the image slider button. You wont be able to because the even though the opacity is 0 the div is still in the way. Is there someway to make it actually go away when I “close” the resume information?

Any suggestion will be greatly appreciated.

Thanks in advance.


Here is my public share link: LINK
(how to access public share link)

Could you please link to your public share link if possible.
p.s. when creating a new topic you can paste your public link right from the start. Just paste it within the lower section where “http:” is placed.

See:

If not, why not set the element to “display: none” instead of “opacity:0” ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.