Popup menu rejiggering issue

webdesigner001

New Member
As is evidenced by the attached materials, I suck at coding. I'm trying to use jmpopups to create a fading menu similar to chrisshipman.com/#/photographer/. However, as the javascript shifts the z-index of the resulting popup, I am unable to see a coding solution to click the next menu item (works, exhibitions, contact) and have it replace the current popup (without clicking outside the popup first to clear it). Please help! Urgent. Thanks guys.
 

Attachments

  • Archive.zip
    26.8 KB · Views: 1

PixelPusher

Super Moderator
Staff member
I dont know what "jmpopups" are but it sounds like you are using a pre-built solution, which are usually prone to these little hiccups. My suggestion, without looking at the attached files, is too use jquery instead. Jquery is quite easy to use, and at a basic level does not require strong coding background. Look into the fadeIn() and fadeOut() functions.
 
Top