Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- IE5/Win CSS image link hover bug


Yoeri - 9:35 am on Jan 13, 2003 (gmt 0)


Try this ...

I removed the width 100% and height 100% on the anchor style, because this is causing the problem ... I also changed the style of the image ...

Hope it helps ...

<html>
<head>
<title></title>
<style>
.thumbnailbox {
float: left;
margin-right: 4px;
margin-bottom: 4px;
border-width: 1px;
border-style: solid;
border-color: White;
color: White;
background-color: #A9A9A9;
text-align: center;
width: 140px;
height: 140px;
}

div.thumbnailbox a {
margin: 0px;
padding: 0px;
text-decoration: none;
display: block;
}

div.thumbnailbox a:hover {
color: White;
background-color: Black;
}

.thumbnailboximage {
margin-top: 20px;
margin-bottom: 20px;
}

</style>
</head>

<body>
<div class="thumbnailbox">
<a href="paintings_001.htm"><img class="thumbnailboximage" src="images/paintings_001_tm.jpg" width="74" height="100" border="0" alt="paintings - f.n. souza" /></a>
</div>

</body>
</html>


Thread source:: http://www.webmasterworld.com/css/514.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com