Can someone help me figure out why this button works in FF but not in IE...
button: VIDEO - take yoga now, for free!
http://www.prenatalyogacenter.com/cm....php?page=test
Here is the code and css I am using.
Code:
Code:
<tr>
<td class="$getbgrow">
<div class="pycbutton"><a href="http://www.prenatalyogacenter.com"><h2>VIDEO - take yoga now, for free!</h2></a></div>
<td>
<tr>
CSS
Code:
.pycbutton {
height:32px;
width:390px;
background:url(http://www.prenatalyogacenter.com/forums/images/buttons/pyc_button.gif) no-repeat scroll 0%
}
.pycbutton h2 {
height:32px;
width:390px;
background-repeat:no-repeat;
font-size:14px;
font-weight:bold;
letter-spacing:normal;
line-height:32px;
padding-left:10px;
position:relative;
color:#9766C3;
}