HTML CSS Reference/HTML Tag Reference/area

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

"area" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | CSS |behavior | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" Event Handlers

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Event |onActivate onBeforeActivate | | Handlers |onBeforeCopy onBeforeCut | | |onBeforeDeactivate onBeforeEditFocus | | |onBeforePaste onBlur | | |onClick onContextMenu | | |onControlSelect onCopy | | |onCut onDblClick | | |onDeactivate onDrag | | |onDragEnd onDragEnter | | |onDragLeave onDragOver | | |onDragStart onDrop | | |onFocus onFocusIn | | |onFocusOut onHelp | | |onKeyDown onKeyPress | | |onKeyUp onLoseCapture | | |onMouseDown onMouseEnter | | |onMouseLeave onMouseMove | | |onMouseOut onMouseOver | | |onMouseUp onMouseWheel | | |onMove onMoveEnd | | |onMoveStart onPaste | | |onPropertyChange onReadyStateChange | | |onResizeEnd onResizeStart | | |onSelectStart onTimeError | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" Example

   <source lang="html4strict">
   

<html> <head> <title>area element example</title> </head> <body>

   <img src="yourimage.gif" alt="" width="200" height="100" usemap="#myMap">
   <map name="myMap">
   <area shape="rect" coords="0, 0, 10, 50" href="http://www.wbex.ru">
   <area shape="rect" coords="100, 0, 20, 50" href="http://www.google.ru">
   <area shape="rect" coords="0, 50, 10, 10" href="http://www.demo2s.ru">
   <area shape="rect" coords="10, 50, 20, 10" href="http://www.google.ru">
   </map>

</body> </html>


     </source>
   
  


"area" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |accesskey alt | | Attributes |begin class | | |coords dir | | |end hidefocus | | |href id | | |lang language | | |nohref shape | | |style syncmaster | | |systemBitrate systemCaptions | | |systemLanguage systemOverdubOrSubtitle | | |tabindex target | | |timecontainer title | | |unselectable | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" JavaScript Collections

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |all attributes | | Collections |behaviorUrns childNodes | | |children | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" JavaScript Methods

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |addBehavior appendChild | | Methods |applyElement attachEvent | | |blur clearAttributes | | |click cloneNode | | |componentFromPoint contains | | |detachEvent dragDrop | | |fireEvent focus | | |getAdjacentText getAttribute | | |getAttributeNode getBoundingClientRect | | |getClientRects getElementsByTagName | | |getExpression hasChildNodes | | |insertAdjacentElement insertAdjacentHTML | | |insertAdjacentText insertBefore | | |mergeAttributes normalize | | |releaseCapture removeAttribute | | |removeAttributeNode removeBehavior | | |removeChild removeExpression | | |replaceAdjacentText replaceChild | | |scrollIntoView setActive | | |setAttribute setAttributeNode | | |setCapture setExpression | | |swapNode | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" JavaScript Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |accessKey alt | | Properties |canHaveHTML className | | |clientHeight clientWidth | | |coords dir | | |disabled end | | |firstChild hash | | |hideFocus host | | |hostname href | | |id innerHTML | | |isContentEditable isDisabled | | |isMultiLine isTextEdit | | |lang language | | |lastChild nextSibling | | |nodeName nodeType | | |nodeValue noHref | | |offsetHeight offsetLeft | | |offsetParent offsetTop | | |offsetWidth outerHTML | | |outerText ownerDocument | | |parentElement parentNode | | |parentTextEdit pathname | | |port previousSibling | | |protocol readyState | | |scopeName scrollHeight | | |scrollLeft scrollTop | | |scrollWidth search | | |shape sourceIndex | | |tabIndex tagName | | |tagUrn target | | |title uniqueID | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" Microsoft Behaviors

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Microsoft |clientCaps download | | Behaviors |homePage httpFolder | | |saveFavorite saveHistory | | |saveSnapshot time | | |time2 userData | +----------------+--------------------------------------------------------------+

     </source>
   
  


"area" Syntax and Note

   <source lang="html4strict">

Note: Define the clickable area on a graphic or image.

Syntax:


     </source>