JD,
Thanks for your input. Here is the sample page:
http://www.technetcenter.com/declarationonline/
I would really like to have it respond in IE the same way as FireFox,
but I just can't get it to do that. In IE, I have to hover the text for
the button to respond.
Thanks for anything you can point out.
Tom
>> In FF 2 and Netscape 7.2 this button works exactly as desired, and
>> that is hovering anywhere over the button activates the hover action.
[quoted text clipped - 4 lines]
>
> Your code example works here. Can you post a URL instead?
JD - 27 May 2007 20:51 GMT
> JD,
>
[quoted text clipped - 7 lines]
>
> Thanks for anything you can point out.
In IE5 or IE6, when you display an <a> element as a block in a fixed
width container, only the text portion of the element will be clickable.
To fix this, you need to give the a element an explicit width.
tomb - 27 May 2007 21:34 GMT
You, Sir, are a genius! Thanks so much.
Tom
>> JD,
>>
[quoted text clipped - 11 lines]
> width container, only the text portion of the element will be
> clickable. To fix this, you need to give the a element an explicit width.