Kamis, 09 April 2009

Floating Message in Top Bar

How to create a float on the top of the message header blog, is very simple you only need to enter script jquery-1.2.6.min.js on your template.


Message that is displayed follow scrool the mouse to remain over if you rub scrool bar


Tutorial :


1. Input this code in your template


#message_box {

position: absolute;

top: 0; left: 0;

z-index: 10;

background:#ffc;

padding:5px;

border:1px solid #CCCCCC;

text-align:center;

font-weight:bold;

width:99%;

}




2. Input this Script in blog