EasyUI Forum
April 23, 2024, 12:48:13 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Create window with transparent background  (Read 3614 times)
sky-t
Full Member
***
Posts: 145


View Profile
« 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!
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!