/ Published in: CSS
URL: http://csswizardry.com/web-design+/
Expand |
Embed | Plain Text
.hide{ /* Hide stuff without resorting to display:none; */ visibility:hidden; width:0!important; height:0!important; line-height:0!important; padding:0!important; margin:0!important; }
You need to login to post a comment.
