how to make writing runs in the footer

how to make writing runs in the footer


Well we just practice it, first of all incoming bloggers.



Edit HTML.



Insert the following CSS code right above the code: ]]></ b: skin>






<STYLE>

/ * Footer dynamically * /

# Footer2 {

align: center;



position: fixed;

border-top: 1px solid # fff;

border-bottom: 1px solid # fff;

background-color: # 0083a4;

width: 100%;

height: 16px;

text-align: left;

color: # fff;

font-family: Verdana;



font-weight: bold;

font-size: 11px;

z-index: 10000;

bottom: 0;

}





After that copy the code below right above the code: </ body>




<! - Dynamic footer ->

<DIV Id='footer2'>

<MARQUEE Onmouseout='this.start()' onmouseover='this.stop()' scrollamount='3'> samples of running </ marquee>



</ DIV>

</ DIV>

0 comments