How to fade an element with CSS and jQuery
You can hide and show DOM elements in CSS as well as jQuery. But you can also combine the effects and create very elegant presentations with ease. Let’s consider my own ID named #myown. Once styled to look ravishing, I’ll set it to disappear via this bit of CSS: #myown { /* my styles go … Read more