Don't hate, create!
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>IE6 xbrowser CSS Rollover - Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.roll {
background:url('photo3.jpg') center no-repeat;
cursor:text;
display:block;
width:140px;
height:225px;
}
.roll:hover {
background:url('photo9.jpg') center no-repeat;
}
</style>
</head>
<body>
<a href="javascript:void(0);" class="roll"></a>
</body>
</html>
Bookmarks