HTML/CSS/CSS Attributes and Javascript Style Properties/behavior

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

"behavior" Example

   <source lang="html4strict">
   

<html xmlns:ie> <head> <style> @media all { IE\:homePage {behavior:url(#default#homepage)} } </style> </head> <body> <ie:homepage id="wbex" />

<a id="myL" href="http://www.wbex.ru" onclick="goHomePage()">Navigate to your home page</a>

</body></html>


     </source>