css - Why doesn't a:hover work on an anchor without an href attribute? -
In my application, I can not find a: hover
My anchor tag does not have any href attribute when CSS style works.
Is there any reason for this?
IE does not support one: href hover in a tag without a href = "#" or Href = "javascript: zero (0);" However this final option may not work on IE6.
or use JavaScript mouseover / mouseout.
Comments
Post a Comment