Forum Moderators: not2easy
IE only supports :hover on the <a href="blahblah"></a> tag.
So you have oneof two options:
one is javascript,
the other is to make <a href> have a style of
display:block and treat it like a div.
If I remember correctly, that can do the trick. It's just so ugly to do though.
I personally recommend the javascript, as its very easy to do.