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.

Forward /bacward order for objects
#4
You can create custom CSS classes like these:

Code:
.ontop {
   z-index: 80 !important;
}
.onbottom {
   z-index: 60 !important;
}


and set your objects to your classes. Higher number means upper position.
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply


Messages In This Thread
RE: Forward /bacward order for objects - by Thomas - 11.01.2019, 15:41

Forum Jump: