Does any one know a tutorial for that ? or a code that explains how it works and so, so you can post it here?
Realy want to learn
Sorry if I explain bad, my english isn't that good :/
Thanks in advance, Peace out!
Posted 05 April 2008 - 03:06 AM
Posted 06 April 2008 - 12:32 AM
css:
#static
{position:fixed;
top: 0px; right: 0px;
height: 20px;
width: 100%;
margin: 0 auto;
background-color: #999999;
color: #000000;
font-family: Arial;
font-size: 10px;
border-bottom: solid #000;
}
#static
a {
text-decoration:none;
color: #003366;
}
#static2 {
}
goes in the body:
<div id="static"><center>text</center></div>
<div id="static2"></div>
0 members, 1 guests, 0 anonymous users