class - HTML <a> tag wider than specified width -
http://exfluor.com/productsmain.html
i can't seem boundary of clickable link area stay within bounds of <div>
making link(11 buttons linking product categories). using class specify width, spans entire width of <td>
in. i've run out of options.
<a href="bycategory.php?cat=anhydrides"> <div class="category" align="center"> anhydrides<br><img src="images/cat/anhydrides.jpg" alt=""> </div> </a>
use block display:
.cattable { ... display: block; }
Comments
Post a Comment