You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Different overlays on same page Created Sep 6, 2010

This thread is solved

Views: 697     Replies: 1     Last reply Sep 6, 2010  
You must login first before you can use this feature

sketchgal

Posts: 3

Registered:
Sep 1, 2010

Different overlays on same page

Posted: Sep 6, 2010

Is there a way to have more than one overlay on a page? what I currently have is an overlay which loads automatically when the page is loaded. I also want to have another overlay on the page which will only show when a text link is clicked on.

I can't get this to work at present. Can anyone help me please?

Thanks for any help

LiquidSky

Posts: 8

Registered:
Aug 30, 2010

» Different overlays on same page

Posted: Sep 6, 2010

Reply to: Different overlays on same page, from sketchgal
Should be no problem as long as you give the trigger and the target an individual ID...
For example I use calls for multiple overlays like that.


$('#a_triggerelement_XX').overlay({
		target: '#target_XX',		
		});

I need this construction cause I fill the IDīs with PHP...