31.12.2016, 10:56
(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*/
}