My favorites | Sign in
Project Home Downloads Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 339: different background css on click function not setting css background-image?
2 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Sep 2009


 
Reported by vlangend...@gmail.com, Sep 28, 2009
This function will be triggerend onclick href link. But I want to give a
custom background image to the loader or wrapper. Somehow it's not in the
settings vocabular from nyromodal?
When I set this hardcoded in class/css  file : div#nyroModalWrapper with
a specified background... everything is wokring allright but not through
this custom script...
Any tips on this one? Or is it something to add in the nyromodal
functionalities?


function popup(breedte,hoogte,topmarge,linkermarge,achtergrondplaatje,urllink){
		

		var tm = topmarge;
		var lm = linkermarge;
		
		


		$.nyroModalManual({			css: {
						 
						 					 loading: {
											  position: 'absolute',
											  backgroundimage:achtergrondplaatje,
											  opacity:0.50,
											  top: tm,
											  left: lm
											},
											wrapper: {
											  position: 'absolute',
											  backgroundimage:achtergrondplaatje,
											   top: tm,
											  left: lm
											}
										},
									//bgColor:'#ffffff',
								    url: urllink,
								    forceType: 'iframe',
								    width: breedte,
									height: hoogte,
									});
}
Sep 28, 2009
Project Member #1 nyro...@gmail.com
Instead of backgroundimage try to set the setting name to 'background-image'
Status: Fixed

Powered by Google Project Hosting