Using IE6, IE7 and Firefox (if it matters)
I have a number of pages on an intranet site where the 'buttons' are composed of an <a> tag wrapped round a span.
On one of the pages these buttons are in a table, and the span makes them fill the table cell.
However, Only the text in the span is clickable. Is there any way of making the whole span, no matter how wide it is clickable?
Apologies of Ive not explained this very well!
I have a number of pages on an intranet site where the 'buttons' are composed of an <a> tag wrapped round a span.
Code:
<a href="somepage">Button Text<span></span></a>
On one of the pages these buttons are in a table, and the span makes them fill the table cell.
However, Only the text in the span is clickable. Is there any way of making the whole span, no matter how wide it is clickable?
Apologies of Ive not explained this very well!