Wednesday, February 4, 2015

hide something without making it invisible

.outofsightoutofmind {
   position: absolute;
   margin-left: -9999px;
}

No comments:

Post a Comment