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