Saturday, 25 September 2021

border values in libcss.

Hi,

Does libcss support "border" ?

div {
    width: 300px;
    border: 10px solid #00FF00
    padding: 50px;
    margin: 9px;
}

I am trying to get the value using all available functions related to margin computation but each function is returning 0.

i tried css_computed_border_left_width but it is returning 0. css_computed_border_left_width  appears to be wrong function for getting values from border: 10px solid #00FF00

Regards,
Rupesh

No comments:

Post a Comment