

Css Tasarım Yaparken Tarayıcılar Arasındaki Fark Sorunu
-
ontedi bunu yazdı:
-----------------------------14.11.2011
-----------------------------hocam senin dedigin gibi olmadi ayrıca surda belirttim zaten ben margin-top u
.kutualt a{margin-top:10px; -
padding yap o zaman onu
-
padding de olmadi
-
opera, firefox,chrome gorunumu;

ie deki gorunumu ?

.body{ border:0px solid blue; width:970px; overflow:hidden; margin:0 auto; } .kutular{ border:0px solid blue; width:600px; overflow:hidden; float:left;} .kutuust{ background: url("images/kutu_01.gif") no-repeat; height:35px; overflow:hidden;} .kutuust h1{font-size:15px; color: white; margin-top:10px; margin-left:15px; font-weight:bold;} .kutuorta{ background: url("images/kutu_02.gif") repeat-y; padding:20px;} .kutualt{ background: url("images/kutu_04.gif") no-repeat; height:48px; text-align:left;} .kutualt a{padding-top:10px; font-size:15px; margin-left:5px; vertical-align: middle; float:left; } .kutualt img{margin-top:10px; margin-left:20px; vertical-align: middle; float:left;} #adminuser {font-size:15px; color:#666; font-weight:bold; text-decoration:none;} #adminuser:hover{font-size:15px; color:#fff; font-weight:bold; text-decoration:none;} .sagkutular{ border:0px solid blue; width:307px; overflow:hidden; } .sagkutuust{ background: url("images/sagblok_01.gif") no-repeat; height:35px; overflow:hidden;} .sagkutuust h1{font-size:15px; color: white; margin-top:10px; margin-right:15px; font-weight:bold; text-align:right;} .sagkutuorta{ background: url("images/sagblok_02.gif") repeat-y; padding:20px;} .sagkutualt{ background: url("images/sagblok_04.gif") no-repeat; height:48px; text-align:left;}<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>kutu</title> <link href="kutu.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="body"> <div class="kutular"> <div class="kutuust"><h1>Lorem Ipsum</h1></div> <div class="kutuorta"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> <div class="kutualt" ><img src="images/calendar.png"/><a>14.11.2011</a><img src="images/adminuser.png"/><a href="#" id="adminuser">Administrator</a></div> </div> <div class="kutular"> <div class="kutuust"><h1>Lorem Ipsum2</h1></div> <div class="kutuorta"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> <div class="kutualt" ><img src="images/calendar.png"/><a>14.11.2011</a><img src="images/adminuser.png"/><a href="#" id="adminuser">Administrator</a></div> </div> <div class="sagkutular"> <div class="sagkutuust"><h1>Menu</h1></div> <div class="sagkutuorta"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> <div class="sagkutualt" ></div> </div> </div> </body> </html> -
mayer amcanın sıfırlamasını ekledim
body {text-align: center; }
.body {width: 760px; margin: 0 auto; text-align: left; }
ekleyerek ie de sayfayı ortalamayı basardım fakat ie de hala menu başlılkı kutu aşagıda
Toplam Hit: 2166 Toplam Mesaj: 16