Saturday, 25 September 2021

Re: border values in libcss.

Hi,

Please ignore my previous email. i got it working.

Thanks.

On Sat, Sep 25, 2021 at 10:48 PM Rupesh gautam <rupesh.gautam@gmail.com> wrote:
Hi,

corrected typo in previous email.

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 border 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

On Sat, Sep 25, 2021 at 10:06 PM Rupesh gautam <rupesh.gautam@gmail.com> wrote:
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