I am trying to make images as links - giving them a border that changes on rollover. However, I can't get this to work in IE6/Win. If you can help it would be much appreciated.
thanks for the example - its really appreciated - its the closest I have got to it working. Only problem is that when I try it in IE5/win only the padding and not the image is a link. Any ideas?
I reached a conclusion although not 100% sorted I am pretty pleased as I can get the website finished in good time. With the help of benjitastic and sam I got the rollover working in IE6/win but then experienced problems in IE5/win. I have been through many different scenarios (my brain really hurts!) but with the following code I have made the rollovers work in IE6/win. In IE5/win I have removed the padded rollover which is a little disappointing but it is functional (without removing it - the images had no padding on the 'a' state and then the padding went inside the image area on the 'hover' state). I have used the Simplified Box Model Hack . Here goes..