Forum'da ara:
Ara


Yazar Mesaj
Mesaj30.05.2009, 10:43 (UTC)    
Mesaj konusu: CSS TASARIM HEADER GÖZÜKMÜYOR

ARKADAŞLAR BEN SİTE AÇTIM CSS KODUNU FALAN YAPIŞTIRIYORUM AMA HEADERIM GÖZÜKMÜYOR ONUN YERİNE ADIM YAZIYOR BUNU NASIL DÜZELTEBİLİRİZ.
link:http://img189.imageshack.us/img189/8851/1234567i.jpg
Mesaj30.05.2009, 10:49 (UTC)    
Mesaj konusu:

Css Tasarımı Burdan Yada Ö.m Den At bakayım bi ....
Mesaj30.05.2009, 10:54 (UTC)    
Mesaj konusu:

Mesaj30.05.2009, 11:23 (UTC)    
Mesaj konusu: tsarımınız

Tsarım UStune

Kod:
<body>
<div id="wrapper">
  <div id="header">
    <h1><a href="http://www.free-css.com/">The Gathering</a></h1>
    <h2><a href="http://www.free-css.com/">By Free CSS Templates</a></h2>

  </div>
  <!-- end div#header -->
  <div id="menu">
    <ul>
      <li><a href="http://www.free-css.com/">Homepage</a></li>
      <li><a href="http://www.free-css.com/">About Us</a></li>
      <li><a href="http://www.free-css.com/">Products</a></li>

      <li><a href="http://www.free-css.com/">Services</a></li>
      <li><a href="http://www.free-css.com/">Contact Us</a></li>
    </ul>
  </div>
  <!-- end div#menu -->
  <div id="page">
    <div id="content">
      <div id="welcome">

        <h1>Limitsiz-Paylasim Gururla Sunar</h1>



TSarım ALtına

Kod:

      </div>
      <!-- end div#sample2 -->
    </div>
    <!-- end div#content -->
    <div id="sidebar">

      <ul>
        <li id="submenu">
          <h2>Other Links</h2>
          <ul>
            <li><a href="http://www.free-css.com/">Semper vestibulum</a></li>
            <li><a href="http://www.free-css.com/">Vestibulum luctus</a></li>
            <li><a href="http://www.free-css.com/">Integer rutrum</a></li>

            <li><a href="http://www.free-css.com/">Etiam malesuada</a></li>
            <li><a href="http://www.free-css.com/">Elementum facilisis</a></li>
            <li><a href="http://www.free-css.com/">Ut tincidunt</a></li>
            <li><a href="http://www.free-css.com/">Odio sagittis</a></li>
          </ul>
        </li>
        <!-- end li#submenu -->

        <li id="news">
          <h2>News &amp; Updates</h2>
          <ul>
            <li>
              <h3>25th May</h3>
              <p><a href="http://www.free-css.com/">Pellentesque quis elit non lectus gravida blandit&hellip;</a></p>

            </li>
            <li>
              <h3>23rd May</h3>
              <p><a href="http://www.free-css.com/">Lorem ipsum dolor sit amet, consectetuer adipiscing&hellip;</a></p>
            </li>
            <li>
              <h3>21st May</h3>

              <p><a href="http://www.free-css.com/">Phasellus nec erat sit amet nibh pellentesque congue&hellip;</a></p>
            </li>
            <li>
              <h3>17th May</h3>
              <p><a href="http://www.free-css.com/">Maecenas vitae orci vitae tellus feugiat eleifend&hellip;</a></p>
            </li>
          </ul>

        </li>
        <!-- end li#news -->
      </ul>
    </div>
    <!-- end div#sidebar -->
    <div style="clear: both; height: 1px"></div>
  </div>
  <!-- end div#page -->
  <div id="footer">

    <p id="legal">Copyright &copy; 2007 The Gathering. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
    <p id="links"><a href="http://www.free-css.com/">Privacy Policy</a> | <a href="http://www.free-css.com/">Terms of Use</a></p>
  </div>
  <!-- end div#footer -->

</div>
<!-- end div#wrapper -->
</body>
</html>



css Koduna

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;}

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
   margin: 0;
   padding: 0;
}

body {
   background: #0A0A0A url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img1.jpg);
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #666666;
}

h1, h2, h3 {
   color: #CCCCCC;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
   margin-bottom: 20px;
   line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
   border-bottom: 1px dotted #652A17;
   text-decoration: none;
   color: #652A17;
}

a:hover {
   border: none;
   color: #FF0000;
}

/* Wrapper */

#wrapper {
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img2.jpg) repeat-x;
}

/* Header */

#header {
   width: 750px;
   height: 181px;
   margin: 0 auto;
   padding: 0 0 0 0;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img3.jpg);
}

#header h1, #header h2 {
   float: left;
}

#header h1 {
   padding: 150px 0 0 20px;
   letter-spacing: 3px;
   font-size: 136%;
}

#header h2 {
   padding: 153px 0 0 6px;
   letter-spacing: 2px;
   font-size: 107%;
}

#header a {
   border: none;
   text-transform: uppercase;
   text-decoration: none;
   color: #000000;
}

/* Menu */

#menu {
   width: 750px;
   height: 50px;
   margin: 0 auto;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img4.jpg) no-repeat;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: left;
   height: 20px;
   padding: 10px 20px 0 20px;
   border: none;
   border-right: 1px solid #110F09;
   font-size: 85%;
   font-weight: bold;
   color: #F4D1C5;
}

#menu a:hover {
   color: #FFFFFF;
}

/* Page */

#page {
   width: 750px;
   margin: 0 auto;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img7.jpg) repeat-y 220px 0px;
}

/* Content */

#content {
   float: right;
   width: 489px;
   padding-right: 20px;
}

#content h1, #content h2, #content h3 {
   margin-bottom: 20px;
}

#content h1 {
   font-size: 136%;
}

#content h2 {
   font-size: 107%;
}

#content h3 {
   font: 92%;
}

#content ul, #content ol {
   list-style-position: inside;
}

#content .boxed {
   float: left;
   width: 46%;
   padding-right: 2%;
}

#content .boxed h2 {
   padding: 5px 0;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img5.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
   float: left;
   width: 180px;
   padding-left: 20px;
}

#sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
   line-height: normal;
}

#sidebar li {
   margin-bottom: 1px;
}

#sidebar li ul {
}

#sidebar li li {
   margin: 0;
   padding: 7px 20px;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img5.jpg) repeat-x left bottom;
}

#sidebar h2 {
   padding: 5px 20px;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img6.jpg);
   border-bottom: 1px solid #1C1C1C;
   font-size: 100%;
}

#sidebar h3 {
   font-size: 77%;
}

#sidebar p {
   margin: 0;
   line-height: normal;
}

#sidebar a {
   border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
   font-size: 85%;
}

/* Footer */

#footer {
   width: 750px;
   height: 50px;
   margin: 0 auto;
   padding: 30px 0 0 0;
   background: url(http://www.freecsstemplates.org/templates/previews/thegathering/images/img4.jpg) no-repeat;
}

#footer p {
   margin: 0;
   text-align: center;
   font-size: 77%;
}
Mesaj30.05.2009, 11:25 (UTC)    
Mesaj konusu:

kesinlikle calsıır sıze kalan duzenlemenız header i css den bulup kendı resminizi koyunuz örnek http://terkendeneme.tr.gg ye bakın
Mesaj30.05.2009, 11:27 (UTC)    
Mesaj konusu:

tasrım calsındı dıe yanlıs anlamayın terkendeneme denme sitesidir....
Mesaj30.05.2009, 11:52 (UTC)    
Mesaj konusu:

KARDES SENDEN BİR RİCİ YAPAMADIM BEN SANA KENDİ ADA BULUNSAM BU HEADERİ DEĞİŞTİRMEYİ YAPAMADIM BEN SANA KENDİ HEADERİMİ FALAN VERİYİM SEN ONU YAPARMISIN?
lİNK:http://rapidshare.com/files/238871564/thegathering.rar.html
Önceki mesajları göster:   


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