mrtblt
11-09-2008, 05:12 AM
I have the following link assigned to a button. But it doesnt respond on ie7 as it works well on firefox.
<p><a href="product_detail.php?id='.$row->pid.'"><button class="form-button-alt" type="button"><span>Vizualizare Produs</span></button></a></p>
How can i fix it?
<p><a href="product_detail.php?id='.$row->pid.'"><button class="form-button-alt" type="button"><span>Vizualizare Produs</span></button></a></p>
How can i fix it?