index.html
[html]
Üst Sabit Menü
Üst taraftaki sabit menü
Site İçeriği
[/html]
[ads]
style.css
[css]
html,body{
margin: 0;
padding: 0;
}
body{
font-family: ‘lucida grande’,tahoma,verdana,arial,sans-serif;
font-size: 100%;
background-color: #CCCCCC;
width: 100%;
text-align: center;
}
.ust{
position: fixed;
width: 100%;
height: 50px;
background-color: #FFF;
border-bottom: 1px solid #111;
z-index: 2;
}
.orta{
position: absolute;
top: 350px;
width: 100%;
height: 800px;
z-index: 1;
}