'shape' sets the shape of an 'a' or 'area' element : img « Tags « HTML / CSS






'shape' sets the shape of an 'a' or 'area' element

    
    
<HTML>
<BODY>
<img src="http://www.java2s.com/style/logo.png" 
     alt="http://www.java2s.com" 
     width=200 
     height=100 
     usemap="#myMap">
   <map name="myMap">
      <area shape="rect" coords="0, 0, 100, 50" href=http://www.java2s.com>
      <area shape="rect" coords="100, 0, 200, 50" href=http://www.microsoft.com>
      <area shape="rect" coords="0, 50, 100, 100" href=http://www.msn.com>
      <area shape="rect" coords="100, 50, 200, 100" href=http://www.yahoo.com>
   </map>
</BODY>
</HTML>  
    
      
        
    
    
    
  








Related examples in the same category

1.Adding images and alt message with XHTML
2.Alternative Text Rendering
3.Set background to #fff for an image
4.Set padding to 4px
5.display block
6. in a
7.Set image margin top and left to negative value
8.Image block
9.image clear: left;
10.Switch image for link
11.Adding caption to Image
12.Image as a link
13.Creating an Image Map
14.Top link with image
15.Wrap text along with image
16.Using arrow image for LI
17.Use image to create line
18.Using color image to create round corner
19.Large corner image for the top bar
20.Image slide show
21.Text wrap around image
22.Image side bar
23.Text wrap image
24.Using huge image to highlight your content
25.Using image to add shading to your text
26.Image Text wraper
27.Marginal Graphic Dropcap
28.Raised image
29.Lowered text
30.Image with clear left
31.Using css to wrap text around images
32.Image map area
33.HTML Image map
34.Creating and Using Image Maps
35.shape = "rect" indicates a rectangular area, with coordinates for the upper-left and lower-right corners
36.value "poly" creates a hotspot in the shape of a polygon, defined by coords
37.shape = "circle" indicates a circular area with the given center and radius
38. indicates that the specified image map is used with this image
39.Client-side Image Map Example
40.'area' defines the clickable area on a graphic or image
41.'coords' sets the coordinates of an 'a' or 'area' element
42.'galleryimg' eliminate the appearance of the toolbar for all 'img' elements
43.'img' displays a picture or a video clip
44.Adding shading to the picture
45.HTML code for image scaling
46.'ismap': Whether the image in 'img' element is a server-side image map
47.'lowsrc' gives the URL of a low-resolution image
48.'map' specifies the coordinates of an image map
49.'nohref' indicates that the 'area' in the 'map' has no link
50.'src' specifies a URL to be loaded by the element
51.'start' specifies when a video clip should start playing
52.'usemap' sets the image map for the map element
53.'hspace' sets the space in pixels between the left and right sides of an element
54.'vspace' sets the size in pixels of the vertical margins