Forum'da ara:
Ara


Yazar Mesaj
Mesaj05.02.2011, 09:59 (UTC)    
Mesaj konusu: Css Tasarımda Sorun Çıktı KOlay Bir iş Yardım Lütfen

Sitemde sağdaki menünün yanında gri bi sütun oluşuyor. Onu nasıl yokedebilirim. Tasarımın orjinali http://www.opendesigns.org/design/blue-freshness/ Benim sitem www.ugurgulser.tr.gg Reklam amaçlı ddeğildir. Lütfen yardım !
Mesaj05.02.2011, 10:09 (UTC)    
Mesaj konusu:

orada birşey varmış gibi duruyo ama yok yani orada olması gereken beyaz şey yok doğal olarakta orası arkaplanın renginde gözüküyor kodlamadan kaynaklanıyordur büyük bir ihtimal
______________
Arrow Googleye Kayıt ArrowTasarım Yapma (tablolu) ArrowÜst Menü Yapma (tablolu) Arrow Üyelik Sistemi Kurma ArrowArama Motoru Yapma Arrowİnternet E. Cookieleri Silme ArrowM. Firefoxda Cookieleri Silme ArrowG. Choromede Cookieleri Silme ArrowXp'ye Format Atmak ArrowVista'ya Forma Atmak ArrowPS Banner Yapımı (normal) ArrowPS Banner Yapımı (hareketli)
Mesaj05.02.2011, 10:28 (UTC)    
Mesaj konusu:

evet farkettim Smile buraya sitemin kodlarını yazıyorum. yardım edebilirseniz sevinirim.
Tasarım üstü:
Kod:
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>

<div id="wrap">

<div id="header">
<h1><a href="#">Uğur Gülser</a></h1>
<h2>Uğur Gülser Kişisel Web Sitesi</h2>
</div>

<div id="content">

<div class="right">
<h3><a href="#">Psişik Enerji</a></h3>
<p>

Tasarım Altı:
Kod:
</p>
</div>

<div class="left">

<h4>Menü</h4>
<ul>
<li><a href="#">Anasayfa</a></li>
<li><a href="#">İletişim</a></li>
<li><a href="#">Hakkımda</a></li>
<li><a href="#">Facebook Grubum</a></li>
<li><a href="#">MinoBlue Forum</a></li>
</ul>

<h4>Çalışmalarım</h4>
<ul>
<li><a href="http://www.florencesightseeing.info">Çizimlerim</a></li>
<li><a href="http://www.ithappened.info">Web Sitelerim</a></li>
<li><a href="http://www.anciv.info">Projelerim</a></li>
</ul>
<h4>Hayalgücünü Kullanmak</h4>
<ul>
<li><a href="#">Hayalgücü Nedir?</a></li>
<li><a href="#">Hayal Gücünü Etkili Kullanmak</a></li>
<li><a href="#">Maddeyi Kontrol Etmek</a></li>
<li><a href="#">Düşüncelerinizi Değiştirin</a></li>
</ul>
<h4>Kuantum Düşünce</h4>
<ul>
<li><a href="#">Kuantum Düşünce Nedir?</a></li>
<li><a href="#">Kuantumla İlgili Deneyler</a></li>
<li><a href="#">Kuantum Düşünceye Geçiş</a></li>
<li><a href="#">Olumlamalar</a></li>
</ul>
<h4>Makalelerim & Anlatımlarım</h4>
<ul>
<li><a href="#">Çizim Derslerim</a></li>
<li><a href="#">Web Sitesi Derslerim</a></li>
<li><a href="#">Tüm Makalelerim</a></li>
</ul>

</div>

<div style="clear: both;"> </div>

</div>

<div id="footer">
© Copyright 2011| Design by <a href="http://www.blogliber.com">Ugur Gulser  </a>
<!-- Please leave Design by link visible or email me at : contact( at )blogliber.com -->
| MinoBlue Destekliyor</div>

</div>

Css
Kod:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

*{margin:0; padding:0;}

body {
font-family: Arial;
font-size: 12px;
background: #efefef;
color: #232323;
margin:0;
padding:0;
line-height: 150%;
}

a { color: #2375BF; text-decoration: none; }
a:hover { border-bottom: 1px solid #2375BF; }

img { border: none; }
img a { border:none; }

#wrap {
width: 820px;
margin: 20px auto 10px auto;
}

#header {
height: 180px;
background: #efefef url(http://img138.imageshack.us/img138/9252/header2ie.jpg) no-repeat;
}

#header h1 {
font-size: 25px;
padding: 70px 0 0 40px;
font-weight: 100;
}
#header h1 a { color: #fff; }
#header h1 a:hover { color: #111; border: none; }

#header h2 {
font-size: 19px;
padding: 10px 0 0 40px;
font-weight: 100;
color: #fff;
}

#content {
background: #efefef url(http://img62.imageshack.us/img62/3329/contentjw.jpg) repeat-y;
padding: 10px 40px 20px 20px;
}

.right {
width: 530px;
float: right;
}

.right h3 { color: #333; font-size: 21px; padding: 15px 0 10px 0; font-weight: 100;}
.right p { padding: 10px 0; }
.right ul { padding: 5px 0 15px 30px; list-style-type: circle; }

.left {
width: 210px;
float: left;
}
.left h4 {
background: url(http://img515.imageshack.us/img515/8214/sidebarb.jpg) no-repeat;
padding: 0 0 0 10px;
height: 50px;
line-height: 50px;
color: #fff;
}
.left ul { padding: 5px 0 15px 30px; color: #999999;}
.left ul li { padding: 2px 0; }

#footer {
background: #efefef url(http://img577.imageshack.us/img577/5154/footerq.jpg) no-repeat;
height: 70px;
line-height: 70px;
color: #fff;
text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; border: none; }



Mesaj05.02.2011, 10:37 (UTC)    
Mesaj konusu:

css kodunda birde şunu dene bakalım olacakmı:

Kod:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

*{margin:0; padding:0;}

body {
font-family: Arial;
font-size: 12px;
background: #efefef;
color: #232323;
margin:0;
padding:0;
line-height: 150%;
}

a { color: #2375BF; text-decoration: none; }
a:hover { border-bottom: 1px solid #2375BF; }

img { border: none; }
img a { border:none; }

#wrap {
width: 820px;
margin: 20px auto 10px auto;
}

#header {
height: 180px;
background: #efefef url(http://img138.imageshack.us/img138/9252/header2ie.jpg) no-repeat;
}

#header h1 {
font-size: 25px;
padding: 70px 0 0 40px;
font-weight: 100;
}
#header h1 a { color: #fff; }
#header h1 a:hover { color: #111; border: none; }

#header h2 {
font-size: 19px;
padding: 10px 0 0 40px;
font-weight: 100;
color: #fff;
}

#content {
background: #efefef url(http://img62.imageshack.us/img62/3329/contentjw.jpg) repeat-y;
padding: 10px 40px 20px 20px;
}

.right {
width: 530px;
float: right;
}

.right h3 { color: #333; font-size: 21px; padding: 15px 0 10px 0; font-weight: 100;}
.right p { padding: 10px 0; }
.right ul { padding: 5px 0 15px 25px; list-style-type: circle; }

.left {
width: 210px;
float: left;
}
.left h4 {
background: url(http://img515.imageshack.us/img515/8214/sidebarb.jpg) no-repeat;
padding: 0 0 0 10px;
height: 50px;
line-height: 50px;
color: #fff;
}
.left ul { padding: 5px 0 15px 30px; color: #999999;}
.left ul li { padding: 2px 0; }

#footer {
background: #efefef url(http://img577.imageshack.us/img577/5154/footerq.jpg) no-repeat;
height: 70px;
line-height: 70px;
color: #fff;
text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; border: none; }

Mesaj05.02.2011, 10:56 (UTC)    
Mesaj konusu:

malesef olmadı. Yine aynı duruyor.
Mesaj05.02.2011, 15:24 (UTC)    
Mesaj konusu:

Sorununuzu anlayamadığım için yardım edemeyecem...
______________

Arrow Ethical Hacker Arrow Professional Web Designer
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu