İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Sayfayı ortalamak yatay

sesiyada1903

0
İyinet Üyesi
Katılım
7 Haziran 2008
Mesajlar
76
Reaction score
2
merhaba,
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Page</title>
<style type="text/css">
body{font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-top:0px; margin-left:0px; margin-right:0px;}
#ust {background-image:url(resimler/arka-ust.png); width:100%; height:40px;}

#sol {background-color:#F90; float:left; width:20%;}
#sag {background-color:#FF0; float:right; width:80%;}
#alt {background-color:#FF9; width:100%; bottom:10%; height:30px;}
</style>
</head>
<body bgcolor="#999999">
<div id="ust">Üst</div>

<div id="sol">sol</div>
<div id="sag">sag</div>

<div id="alt">alt</div>
</body>
</html>
alt divini en alta yapıştırmak istiyorum sol ve sağ sayfayı kaplaması gerek yani browser ne kadar tekrar biçimlenirse biçimlensin benim yapımın bozulmaması gerekiyor. işin içinden çıkamadım.
Teşekkürler
 

newscant

0
İyinet Üyesi
Katılım
20 Mart 2011
Mesajlar
68
Reaction score
4
Konum
Kocaeli - Muğla(öğrenci)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Page</title>
<style type="text/css">
body{font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-top:0px; margin-left:0px; margin-right:0px;}
#ust {background-image:url(resimler/arka-ust.png); width:100%; height:40px;}

#sol {background-color:#F90; float:left; width:20%; position:absolute; top:41px; bottom:0;}
#sag {background-color:#FF0; width:80%; position:absolute; top:41px; bottom:0; left:20%;}
#alt {background-color:#FF9; width:100%; bottom:10%; height:30px; position:absolute; bottom:0;}
</style>
</head>
<body bgcolor="#999999">
<div id="ust">ust</div>

<div id="sol">sol</div>
<div id="sag">sag</div>

<div id="alt">alt</div>
</body>
</html>

istediğin bu galiba. Ben yeni olduğum için sadece position ekledim fazla bişey bilmiyorum.
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst