'bottom' Example : bottom : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » bottom »

 

'bottom' Example



    
<html><head>
<style>
#secL 
   position:absolute; 
}
.style1 
   bottom:100px!important; 
}
.style2 
   bottom:auto!important; 
}
</style>
</head>
<body>
Click the following image to see the style change.
<img src="http://www.navioo.com/style/logo.png" 
     width="79" 
     height="99"
     onClick="this.className='style2';return false"
     onMouseOver="this.className='style1'" 
     style="position:absolute; 
            cursor:hand; 
            z-index=5">
</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» bottom