EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sky-t on May 29, 2017, 08:32:48 AM



Title: Create window with transparent background
Post by: sky-t on May 29, 2017, 08:32:48 AM
Hi there,

is it possible to create a div with class easyui-window which has complete transparent background?

Thank you for help!


Title: Re: Create window with transparent background
Post by: stworthy on May 30, 2017, 07:20:52 AM
Please add this code to your page.
Code:
<style type="text/css">
.window,.window-shadow,.window-body{
background: transparent;
}
</style>