| Issue 449: | CSS background color property will NOT apply to divs opened in nyromodal | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
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
Apr 17, 2010
(No comment was entered for this change.)
Status:
WontFix
|
||||||||