Zoque.Forum
»
css - firefoxta calistirip ie de calismayan kod
|
| CSS CSS ile ilgili merak ettiklerinizi, sorunlarınızı ve fikirlerinizi bu bölümde paylaşabilirsiniz. |
![]() |
|
|
LinkBack | Seçenekler |
|
|
#1 (permalink) |
|
css - firefoxta calistirip ie de calismayan kod
Selamlar,
CSS te asagidaki gibi bir kod yazdim Kod:
HTML {
background-color : #999999;
}
body {
border:1px solid #000000;
background-color : #ffffff;
position : relative;
width : 800px;
margin:auto;
}
![]() |
|
|
|
|
|
|
#2 (permalink) |
|
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;
}
__________________
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. (...) |
|
|
|
|
|
|
#6 (permalink) | |
|
Re: css - firefoxta calistirip ie de calismayan kod
Alıntı:
HTML Code:
body {
text-align: center;
}
#bigwrapper {
text-align: left;
}
__________________
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. (...) |
||
|
|
|
|
|
#9 (permalink) |
|
Üyelik Tarihi: 31.05.2006
Yer: Edirne
Mesaj: 50
|
Re: css - firefoxta calistirip ie de calismayan kod
Benzer bir uyum sorunu bende yaşıyorum. Tablolu yapısını CSS'e uydurmaya çalıştığım sitemde, ortadaki blok IE'de dışarıda kalıyor. Firefox ve Opera düzgün gösteriyor.
Yardımlarınızı bekliyorum, umarım basit bir çözümü vardır. Görünümü üç browser'a göre ayarlamaya çalışmaktan, sitenin içeriğine özen gösteremiyorum. İlgili Sayfa: link HTML Kod:
<div id="bolumler"> <div id="bolum1"></div> <div id="bolum2"> <div id="ustilk"></div> <div id="ustunalti"></div> <div id="orta"> <div id="menu"> <?PHP include "x"; include("x"); ?> </div> <div id="ortaic"> <div id="ortaicerik">orta içerik</div> <div id="alt"><? include "x";?></div> </div> </div> </div> <div id="bolum3"></div> </div> CSS Kod:
#bolumler { width: 679px; height: 600px; margin-left:auto; margin-right:auto;}
#bolum1 { float: left;width: 30px; height: 600px; background: transparent url(/image/ksol.png) top repeat-y }
#bolum2 { float: left; width: 626px; height: 600px;}
#bolum3 { float: right; width: 23px; height: 600px; background: transparent url(/image/ksagk.png) top left repeat-y }
#ust { width: 626px; height: 85px; margin-left:auto; margin-right:auto; }
#ustilk { width: 626px; height: 63px; }
#ustunalti { width: 626px; height: 22px; }
#orta { width: 626px; height: 515px;}
#menu { float: left; width: 104px; height: 515px; }
#ortaic { float: right; width: 522px; height: 515px; }
#ortacerik { width: 522px; height: 465px; }
#alt { width: 522px; height: 50px; }
|
|
|
|
Zoque'a hoşgeldiniz!