JavaScript Reference/Javascript Properties/offsetWidth

Материал из Web эксперт
Перейти к: навигация, поиск

"offsetWidth" Example

   <source lang="javascript">
   

<html> <body>

<button onclick="alert(myDiv.offsetWidth);">offsetWidth</button> </body> </html>


     </source>
   
  


"offsetWidth" is applied to

   <source lang="javascript">

+----------------+--------------------------------------------------------------+ | Applied_To |<a> <acronym> | | |<address> <applet> | | |<area> | | |<base> <basefont> | | | |

| |
<body> |

| |
<button> |

| |
|

| | | | |<col> <colgroup> | | |<custom>

| | | |

| |<dir>
| | |
| | | <embed> | | |<fieldset> | | |<form> <frame> | | |<frameset> <head> | | |<hn>
|

| |<html> | | |<iframe> <img> | | |<input type="button"> <input type="checkbox"> | | |<input type="file"> <input type="image"> | | |<input type="password"> <input type="radio"> | | |<input type="reset"> <input type="submit"> | | |<input type="text"> | | |<isindex> | | |<label> <legend> |

| |
  • <link> | | |<listing> <map> | | |<marquee> <menu> | | |<meta> <nobr> | | |<noframes> <noscript> | | |<object>
      | | |<optgroup> <option> | | |

      <param> | | |<plaintext>

                               |
      |                |                                                       |
      |                |                                                     |
      |                |                          <script>                      |
      |                |<select>                                               |
      |                |                                                |
      |                |                        <style>                       |
      |                |                                                    |
      |                |                         <tbody>                       |
      |                |                          |
      |                |                             
        | | | <xmp> | +----------------+--------------------------------------------------------------+ </source>

        "offsetWidth" Syntax and Note

        <source lang="javascript"> Note: Read-only properties. Return the width of any block-level or inline element.

        Syntax:

        document.getElementById("elementID").offsetHeight document.all.elementID.offsetHeight // IE only document.getElementById("elementID").offsetWidth document.all.elementID.offsetWidth // IE only


        </source>

      <textarea> | | |<tfoot> |

      | |<thead> <title> |

      | |