punstc
02-26-2009, 05:08 PM
I have an issue that I have no clue what is wrong.
I have an image that i'm using as a button. when I wrap an a tag around it for the link then in IE7 it doesnt show up. Theres no specific css styling being applied to the a tags either. I tried taking it out of the a tag and then the image shows up.
heres the code i have in plce for the image.
<td class="table_bottom_column1"></td>
<td class="table_bottom_column2"><img src="../images/purchase_btn.jpg" title="Purchase Silver" /></td>
<td class="table_bottom_column3"><a class="buy" href="purchase_signin.php?package=gold"><img class="p_button" src="../images/purchase_btn.jpg" title="Purchase Gold" /></a></td>
<td class="table_bottom_column4"><a class="buy" href="purchase_signin.php?package=platinum"><img class="p_button" src="../images/purchase_btn.jpg" title="Purchase Platinum" /></a></td>
you can check out the full page at www.profoundcar.com/test/services.php
thanks for the help I appreciate it.
I have an image that i'm using as a button. when I wrap an a tag around it for the link then in IE7 it doesnt show up. Theres no specific css styling being applied to the a tags either. I tried taking it out of the a tag and then the image shows up.
heres the code i have in plce for the image.
<td class="table_bottom_column1"></td>
<td class="table_bottom_column2"><img src="../images/purchase_btn.jpg" title="Purchase Silver" /></td>
<td class="table_bottom_column3"><a class="buy" href="purchase_signin.php?package=gold"><img class="p_button" src="../images/purchase_btn.jpg" title="Purchase Gold" /></a></td>
<td class="table_bottom_column4"><a class="buy" href="purchase_signin.php?package=platinum"><img class="p_button" src="../images/purchase_btn.jpg" title="Purchase Platinum" /></a></td>
you can check out the full page at www.profoundcar.com/test/services.php
thanks for the help I appreciate it.