Issue 502: Dynamically change the nyroModalWrapper
Status:  New
Owner: ----
Reported by las...@gmail.com, Jul 15, 2010
Hi, 

I have different displays using the nyroModul plugin, that is I have defined two styles for displaying content

	$("a.nyroModal").nyroModal({

		bgColor: '#000',

		width: 680,

		height: 500

	});

	$("a.QuickGuide").nyroModal({

		bgColor: 'transparent',

		width: 650,

		height: 660,
		
		closeButton: '',
		
		cssOpt: {
			wrapper: {
				bgColor: 'transparent',
			}
		}

	});

Now, it seems that the cssOpt: { wrapper: ...} does not change the background color of the tag div#nyroModalWrapper. It seems that I can only change that setting in the CSS file, but then it would apply to all functions of nyroModal.

Any help on this issue? 

Regards, 
Lasse
Aug 2, 2010
#1 las...@gmail.com
No ideas?
Aug 2, 2010
#2 anotherhero
What about adding a class to #nyroModalWrapper?
If there is no option to do that you can easily do it in one of the various callbacks.