Share
Membuat Top atau Bottom Fixed Bar Oke langsung saja, siapkan satu buah file dengan nama sesuai dengan yang anda inginkan, misalnya, fixedbar.html, lalu isikan seperti ini …
<html>
<head><title>Top Fixed Bar</title>
<style type=”text/css”>
#content
{
width:700px;
margin:100px auto;
font-family : Arial ;
font-size: 13px;
line-height: 20px;
}
#top_bar {
display: block;
position: fixed;
top: 0;
text-align:...
Read more