I am taking over someone else’s code…
The functionality works, I can click in 3 different divs, edit them and save them on the fly.
Now there needs to be some wizard-like user guidance, in that a user would be led through the 3 different steps.
So I need to highlight the div in question, making it editable, while all the rest is disabled and opaque – like a modal dialog. Nevertheless there needs to be a “Skip tutorial” link which skips the wizard altogether allowing the user to edit freely. That “Skip tutorial” handle confuses me, as it is outside the highlighted div and thus “modal” doesn’t apply anymore?
Can someone help me find how to do this? Using jquery. Thanks
I did research quite a bit, and finally resorted for an approach in having an overlay div and manually assigning z-indexes to all the elements I need in the foreground. I do not really like this because it’s a lot of manual work, but it’s working so it’s fine: