sachin427 Posted October 28, 2010 Share Posted October 28, 2010 Until recently, my site buttons were displaying correctly. Now they only display correctly in Compatibility View. I have no idea what happened. Any insight would be appreciated. Please see attached image. Thanks! Link to comment Share on other sites More sharing options...
sachin427 Posted October 31, 2010 Author Share Posted October 31, 2010 I was able to resolve this issue which was caused by my carelessness. In case it happens to others, I had forgotten to comment out a curley bracket:Wrong:/*.header_button a:active { margin-left: 8px; padding: 10px 5px 2px 5px; display:block; float:left; text-align:center; text-decoration: none; font-size: 1em; color: #FFF; background-color: #23b8b8;*/}Right:/*.header_button a:active { margin-left: 8px; padding: 10px 5px 2px 5px; display:block; float:left; text-align:center; text-decoration: none; font-size: 1em; color: #FFF; background-color: #23b8b8;}*/ Link to comment Share on other sites More sharing options...
Guest danielias Posted April 23, 2011 Share Posted April 23, 2011 Thanks for sharing this. */ Regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now