'clear' Example
|
|
<html> <head> <style> #secL { position:absolute; } .style1 { clear:left!important; } .style2 { clear:none!important; } </style> </head> <body> <img src="http://www.navioo.com/style/logo.png" width="71" height="99" style="float:left"> <a id="myL" href="http://www.navioo.com" onClick="this.className='style2';return false" onMouseOver="this.className='style1'"> Disabled link </a> <img src="http://www.navioo.com/style/logo.png" alt="This is a float=right image" width="79" height="99"> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
|