View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 14.06.2006   #2 (permalink)
Lautreamont
 
Lautreamont's Avatar
 
Üyelik Tarihi: 22.04.2002
Yer: smyrna
Mesaj: 508
Görsel: 2
Re: css - firefoxta calistirip ie de calismayan kod

CSS'ye
HTML Code:
body	{
	background-color: #999;
	}
#container	{
	position: relative;
	margin: 0 auto;
	width: 800px;
        background-color: #fff;
	border: 1px solid #000;
	voice-family: "\"}\""; /* IE için */
	voice-family: inherit;
	width: 778px;
	}
HTML>body #container	{ /* OPERA için */
	width: 778px;
	}
XHTML'ye
HTML Code:
<HTML>
     <body>
          <div id="container">

          </div>
     </body>
</HTML>
__________________
Je ne veux pas être flétri de la qualification de poseur. Je ne laisserai pas des Mémoires. La poésie n'est pas la tempête, pas plus que le cyclone. C'est un fleuve majestueux et fertile. (...)
Lautreamont şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin