detecting true border, padding and margin from Javascript

前端 未结 3 891
执笔经年
执笔经年 2021-02-04 13:44

Is there a way to detect the true border, padding and margin of elements from Javascript code? If you look at the following code:


    
          


        
3条回答
  •  情深已故
    2021-02-04 14:05

    the style property can get the styles that are assigned inline like

    test
    if you want to get the styles assigned in outer css file or