The HTMLDivElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating div elements.
a:hover text { fill: #0095DD; pointer-events: all;}
Properties
Inherits properties from its parent, HTMLElement.
Is a DOMString representing an enumerated property indicating alignment of the element's contents with respect to the surrounding context. The possible values are "left", "right", "justify", and "center".
Methods
No specific method; inherits methods from its parent, HTMLElement.
Specifications
Browser compatibility
Feature
Chrome
Edge
Firefox (Gecko)
Internet Explorer
Opera
Safari (WebKit)
Basic support
(Yes)
(Yes)
1.0 (1.7 or earlier)
(Yes)
(Yes)
(Yes)
Feature
Android
Edge
Firefox Mobile (Gecko)
IE Phone
Opera Mobile
Safari Mobile
Basic support
(Yes)
(Yes)
1.0 (1.0)
(Yes)
(Yes)
(Yes)
See also
The HTML element implementing this interface:
这篇文章有帮助吗?
是
否
谢谢!