jQWidgets Forums
jQuery UI Widgets › Forums › Layouts › Panel and Responsive Panel › Transparent Panel › Reply To: Transparent Panel
Hello Thomas,
Yes you can set transparent background. The class you want to set the transparent background to is .jqx-widget-content.
So you can use css like this.
body {
background-color: #CCCCCF
}
#panelWidget.jqx-widget-content,
#panelWidget .jqx-widget-content{
background: transparent;
}
Here is an example fiddle.
Best Regards,
Vladimir
jQWidgets Team
http://www.jqwidgets.com