Issue 449: CSS background color property will NOT apply to divs opened in nyromodal
Status:  WontFix
Owner: ----
Closed:  Apr 2010
Reported by jeff.she...@gmail.com, Mar 24, 2010
What steps will reproduce the problem?
1.when i apply a background image or color to a div it will not appear in modal.
2.
3.

What is the expected output? What do you see instead?
i expect to see color or background but it does not appear

What version of the product are you using? On what operating system?
jquery.nyroModal-1.6.2.pack.js. on OSX but have tested in multiple browsers and OSs

Please provide any additional information below.

div in question:

<div id="prodVideo" class="contentWrapper" style="display: none;">
					
	<div class="tabArea">

	</div><!-- tabArea -->
					
						
	<div id="imageList" class="svwp">

	</div><!-- imagelist -->


</div><!-- prodImages -->




CSS:

div#prodVideo {
  	background-color: #777;
  	background: url(../img/gray_bg.gif);
}


any ideas????
Mar 25, 2010
Project Member #1 nyro...@gmail.com
Nyromodal takes the content INSIDE the div targetted. This is done this way to be
able to replace the content once the modal is hidden.
TO fix you're problem, you can do it by:
- adding a new div inside the #prodVideo div and put your background color here
- change the nyroModal CSS to set the background (will also change the bg color for
all modal on your website)

Hope it helped.
Apr 17, 2010
Project Member #2 nyro...@gmail.com
(No comment was entered for this change.)
Status: WontFix