Revision: 68372
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 14, 2015 13:53 by luhonghai
Initial Code
#content {
position: absolute;
top: -9999px;
left: -9999px;
}
Initial URL
http://simply-tutorial.com/blog/2015/01/01/accessibility-slash-seo-friendly-css-hiding/
Initial Description
Removes an item from the page, without affecting page flow or causing scrollbars. Much better than display: none; or even visibility: hidden;
Initial Title
Accessibility/SEO Friendly CSS Hiding
Initial Tags
css
Initial Language
CSS