Showing posts with label hide. Show all posts

How to hide content Seo Friendly

by in , , , 0

CSS CODE:

#content { position: absolute; top: -9999px; left: -9999px;}
Removes an item from the page, without affecting page flow or causing scrollbars. Much better than display: none; or even visibility: hidden;