1) Use
#content {
position: absolute;!important top: -9999px;!important left: -9999px;!important }
#content {
position: absolute;!important top: -9999px;!important left: -9999px;!important }
instead of display:none or visibility:hidden
2) Some research on best use of code http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
No comments:
Post a Comment