Encountering a problem with CSS and IE, specifically in Internet Explorer 9. When hovering over certain links, the text shifts down which does not occur when using Firefox.
You can see an example of this issue at: http://www.debtdispatch.com/list_item_error.html
If "Edit" or "Cancel" is hovered over, the text below the table moves permanently downward.
Attempts made to resolve the issue:
- Validated the page through W3C validator and fixed all errors
- Added styles to the table
- Added styles to the links
- Forced compatibility view for IE 7
Any suggestions on how to solve this problem?
Edit: I would share the source code, but it seems to disrupt Stack Overflow's display functionality.