This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Layers for Objects, maybe with custom CSS?
#1
Hi,

in my visualisation I use a full area visualisation for my light switch on/off. In some cases when I switch my light on, the other objects are drawn under the light visualisation, some are above. It would be nice to get an control wich objects are in top.

Is there a way to realize that? For an example, I would be very grateful.

[Image: HWR-Room.png]

Thx forwards

Habib
Reply
#2
Create a custom CSS class top and set it for all elements that should be above all other elements. Note that this will only work in the visualization, but not in the editor.
Code:
.top {
  z-index: 100 !important;
}
Reply
#3
Many Many thx. It's works great :-)
Reply
#4
Can you post file for me?
Visual..very like.<3
Reply


Forum Jump: