View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 08.01.2008   #2 (permalink)
JacopKane
 
Üyelik Tarihi: 23.03.2007
Yer: istanbul
Mesaj: 7
Re: 100% bir divin yanına aynı satırda pixel width i olan bir div getirilmesi

HTML Code:
!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=iso-8859-9" />
<title>test</title>
<style type="text/CSS">
<!--
body{
	background:black;
	margin:0 auto;
	overflow-x:hidden;
}
#id2 {
	width: 100px;
	float:right;
	clear:right;
	background:blue;
	height:100px;
}
#id3 {
	width:100%;
	background:#FFFF00;
	float:left;
	clear:left;
	height:100px;
	padding:0 100px 0 0;
}
-->
</style>
</head>

<body>

	<div id="id3">
    	<div id="id2"></div>
    </div>
</body>
</HTML>
birde böyle bir deneme yaptım.Görünüşte iki browserdada oldu ama epeyce nasıl desem,lamer tarzı gereksiz bir deneme oldu.Çözemedim gene problemi.
JacopKane şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin