CSS ile taslak hazırladım tam ekranda herşey yerli yerinde duruyor ancak tam ekrandan çıkıp browseri küçülttüğümde kayboluyorlar sebep ne olabilir?
PHP Kodu:
html {
height:100%;
max-height:100%;
}
body {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0;
}
p {
padding:0;
margin:0;
text-align:left;
font-size:1.3em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#ust { width: 100%; height: 66px; background: #FFFFFF; margin-left:auto; margin-right:auto; }
#orta { width:100%; height:100%; background: #fff; margin-left:auto; margin-right:auto; }
#sol { float:left; width: 160; height: 100%; background: #EEEEEE; }
#icerik { float:left; height: 100%; width: 70%; height: 100%; background: #FFCC00; }
#sag { text-align:center; float:left; width: 15%; height: 100%; background: #0000FF; }
#alt { float :left; width:100%; height:24px; border-top:1px solid #000000; display:block; background-color:#f5f5f5; position:relative; z-index:3; margin-top:-25px;
}

Bookmarks