While testing my website in IE7, I noticed that the orange link box for create account is not displaying properly. The bottom of the orange rectangle appears to be cut off. Is there a CSS solution to fix this issue? If you have IE9, you can view this by going to F12 > compatibility mode set to IE7 and examining the orange buttons.
The rule styling the anchor element is shown below:
Ideally, I am looking for a CSS solution and an explanation as to why this is happening -
#home-content a {
padding:6px;
color: #FFFFFF;
text-decoration: none;
background-color: #DA7700;
height:40px;
font-family: Verdana, Arial;
font-size: 14px;
}