jpullam
12-02-2009, 04:54 PM
I have a problem getting IE7 to apply a hover style and no matter what I have tried or where I have googled I haven't been able to come up with a workaround. The code works on all other browsers and on IE8, but from what I have read, IE7 is pretty buggy in this area.
I've extracted this code from a much larger app in order to isolate the problem. What I'm down to is as follows:
<table><tr>
<td width="120" align="center" valign="top">
<div class="IE7Open"><a class="IE7OpenLink">TentName</a></div>
</td></tr></table>
The style is:
.IE7Open {border-style: solid; border-color: #003399; border-width: 1px; background-color:#a8cefc;
width: 100px; height: 16px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-bottom: 5px;}
.IE7OpenLink {text-decoration:none;}
a:hover.IE7OpenLink {color: #C700FF; font-weight:bold; cursor:pointer; }
I know it may look a little odd extracted like this, but trust me, the source page is far more complicated and tough to read.
Any suggestions on how to get IE7 to apply the hover?
I've extracted this code from a much larger app in order to isolate the problem. What I'm down to is as follows:
<table><tr>
<td width="120" align="center" valign="top">
<div class="IE7Open"><a class="IE7OpenLink">TentName</a></div>
</td></tr></table>
The style is:
.IE7Open {border-style: solid; border-color: #003399; border-width: 1px; background-color:#a8cefc;
width: 100px; height: 16px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-bottom: 5px;}
.IE7OpenLink {text-decoration:none;}
a:hover.IE7OpenLink {color: #C700FF; font-weight:bold; cursor:pointer; }
I know it may look a little odd extracted like this, but trust me, the source page is far more complicated and tough to read.
Any suggestions on how to get IE7 to apply the hover?