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