'behavior' Example : behavior « CSS « HTML / CSS

HTML / CSS » CSS » behavior 
'behavior' Example

    
<html xmlns:ie>
<head>
<style>
@media all IE\:homePage {behavior:url(#default#homepage)}

</style>
</head>
<body>
<ie:homepage id="java2s" />
<p>
<a id="myL"  href="http://www.java2s.com" onclick="goHomePage()">Navigate to your home page</a>
</p>
</body></html>

    
      
      
Related examples in the same category
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.