diff options
Diffstat (limited to 'files/ru/web/api/htmlelement/offsetheight/index.html')
| -rw-r--r-- | files/ru/web/api/htmlelement/offsetheight/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/htmlelement/offsetheight/index.html b/files/ru/web/api/htmlelement/offsetheight/index.html index bd26064ef3..96862833fd 100644 --- a/files/ru/web/api/htmlelement/offsetheight/index.html +++ b/files/ru/web/api/htmlelement/offsetheight/index.html @@ -15,14 +15,14 @@ translation_of: Web/API/HTMLElement/offsetHeight <p>This property will round the value to an integer. If you need a fractional value, use {{ domxref("element.getBoundingClientRect()") }}.</p> </div> -<h2 id="Syntax_and_values" name="Syntax_and_values">Syntax</h2> +<h2 id="Syntax_and_values">Syntax</h2> <pre class="eval">var <em>intElemOffsetHeight</em> = document.getElementById(<em>id_attribute_value</em>).offsetHeight; </pre> <p><em>intElemOffsetHeight</em> is a variable storing an integer corresponding to the offsetHeight pixel value of the element. The offsetHeight property is readonly.</p> -<h2 id="Example" name="Example">Example</h2> +<h2 id="Example">Example</h2> <p> </p> @@ -33,7 +33,7 @@ translation_of: Web/API/HTMLElement/offsetHeight <p> </p> -<h2 id="Specification" name="Specification">Specification</h2> +<h2 id="Specification">Specification</h2> <table class="standard-table"> <thead> @@ -52,7 +52,7 @@ translation_of: Web/API/HTMLElement/offsetHeight </tbody> </table> -<h3 id="Notes" name="Notes">Notes</h3> +<h3 id="Notes">Notes</h3> <p><code>offsetHeight</code> is a property of the DHTML object model which was first introduced by MSIE. It is sometimes referred to as an element's physical/graphical dimensions, or an element's border-box height.</p> @@ -60,7 +60,7 @@ translation_of: Web/API/HTMLElement/offsetHeight <p>{{Compat("api.HTMLElement.offsetHeight")}}</p> -<h2 id="See_Also" name="See_Also">See Also</h2> +<h2 id="See_Also">See Also</h2> <ul> <li>{{domxref("Element.clientHeight")}}</li> |
