Reading CSS value using JavaScript

前端 未结 7 784
梦毁少年i
梦毁少年i 2021-01-28 17:43

This works:

7条回答
  •  耶瑟儿~
    2021-01-28 18:12

    You cannot access CSS properties that way that have not been set using Javascript. You need to use getComputedStyle, see https://developer.mozilla.org/en/DOM/window.getComputedStyle On MSIE this works differently.

提交回复
热议问题