Forum Moderators: not2easy
Here is the relevant CSS from the document:
#buyit {position: absolute; top: 0; left: 0; height: 135px; width: 110px; border: solid 1px #FF0000;}
#buyit a:link {width: 100%; height: 100%; display: block;}
#buyit h4 {visibility: hidden;}
And here is the HTML:
<div id="buyit">
<a href="order.asp" title="Click to Order!"><h4>Click to Order!</h4><br></a>
</div>
What I want is for the entire area of the DIV to be the link. Like I said, this works in Netscape and Opera. But it only works in IE if I load the page from my local hard drive. Any ideas on how to fix this?