/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.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; }
URL: http://csswizardry.com/web-design+/