How to Create Floating Notification Panel ?
SEO Help and Tips
How to Create Floating Notification Panel ?
The notification panel is a feature of web-page that will provides status about various system events by notifications.
You can access the notification panel anywhere of your web page as a gadget. It is completely customizable.
Floating and running Notification Button Gadget:
<div class="container" id="notification">
<marquee behavior="scroll" direction="left" onmouseout="this.start();" onmouseover="this.stop();" scrollamount="4" style="color: red; width: 1080px;">
<span> Notification about Update</span>
</marquee>
</div>
Also you can use any url by replacing this code <span> Notification about Update</span>
<a href="example.com">Post or link name</a>
Use more space ( )
Comments
Post a Comment
Thanks for your Comments.