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.

RGB(W) Visualisation
#7
(31.12.2016, 09:03)Erwin van der Zwart Wrote: Hi Habib,

Can you try to use the object only as value, now you use image and value with a transparent png.

I tested with value only and the css is also build for that, if you want with transparent image then i have to check css as there might be a extra class level needed in the css i created.

BR,

Erwin

The solution can be so simple :-) Yes it's make sense and works also ;-)

The last thing I don't understand is, in which way I can get transperacy to the objects. It seems, that the opacity value has no effect?
If I modificate them manually to an rgba and give them a value it works.
Have you a last idea for me? 

Used code:
Code:
.rgb_vertical1 {
   border-radius: 0px;
     border: none;
     box-shadow: none;
   height: 352px;
   min-width: 10px;
   max-width: 10px;
   margin: 0px auto 0;
     background-color: transparent;
   opacity: 0.6; /* optional set to 0.8 to make partial transparent*/
}


   
Reply


Messages In This Thread
RGB(W) Visualisation - by Habib - 30.12.2016, 17:58
RE: RGB(W) Visualisation - by Habib - 30.12.2016, 19:03
RE: RGB(W) Visualisation - by Habib - 31.12.2016, 07:41
RE: RGB(W) Visualisation - by Habib - 31.12.2016, 10:56
RE: RGB(W) Visualisation - by Habib - 31.12.2016, 15:46

Forum Jump: