Live Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Sayfayı Bölme Kodu

Aşağa gitmek

Sayfayı Bölme Kodu Empty Sayfayı Bölme Kodu

Mesaj tarafından »Taçsız Kral™« C.tesi Nis. 02, 2011 9:35 pm

Sayafayı 3'E Böler




Kod:
Bölünmüş Sayfa


body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

#framecontentLeft, #framecontentRight{
position: absolute;
top: 0;
left: 0;
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: silver;
color: white;
}

#framecontentRight{
left: auto;
right: 0;
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: silver;
color: white;
}

#maincontent{
position: fixed;
top: 0;
left: 200px; /*sol frame en*/
right: 150px; /*sağ frame en*/
bottom: 0;
overflow: auto;
background: #fff;
}

.innertube{
margin: 15px; /*yazı karakteri (to provide padding)*/
}

* html body{ /*IE6 */
padding: 0 150px 0 200px;
}

* html #maincontent{ /*IE6 */
height: 100%;
width: 100%;
}
»Taçsız Kral™«
»Taçsız Kral™«
Admin
Admin

Mesaj Sayısı : 292
Kayıt tarihi : 26/03/11
Yaş : 30
Nerden : Kayseri

Puanı
Livepuan Livepuan: Sınırsız

https://live.forum.st

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz