Tagged: How to show popup message

How to show popup message using CSS and jQuery?

Here’s how  does it: This is the markup, initially hidden so we can fade it in: <div id=’message’ style=”display: none;”> <span>Hey, This is my Message.</span> <a href=”#” class=”close-notify”>X</a> </div> Here are the styles applied:...