• 24-12-2010, 08:24:25
    #1
    Arkadaşlar sizden bir eklentinin adını istiyorum. Wordpress de footer de güzel görünen bir eklenti. Resimi aşağıya koydum. Yardımcı olursanız sevinirim.

    resim: http://img547.imageshack.us/img547/5971/adsznb.png
  • 24-12-2010, 16:56:42
    #2
    eklenti mi o? saydam arkaplan koymuş, footera css'den position belirtip sabitlemiş.
  • 24-12-2010, 17:55:08
    #3
    Evet sadece resim css te kendin yapabilirsin bunu
  • 25-12-2010, 08:39:24
    #4
    egonomik.com a girip bakarmısınız. orayı aynen hedef sitedeki gibi yapmak istiyorum. yardımcı olursanız sevinirim..
  • 25-12-2010, 12:17:42
    #5
    Eklentiyl alakası yok.

    footer.php'nin sonuna şu kodları ekle.

    <div id="footer">
    <div id="footercontent">
    <div class="copyright" style="text-align: left">
    <a href="http://www.google.com">Google</a>
    Yazı 1 • 
    Yazı 2 • 
    Yazı 3 • 
    Yazı 4<br />
    &copy; 2010 - Forsbey
    </div>
    </div>
    </div>
    style.css'ne de bu kodları:
    #footer {
    	margin-top: 20px;
    	width: 100%;
    	background: #666;
    	border-top: 5px solid #aaa;
    	padding-top: 15px;
    	padding-bottom: 15px;
    
    }
    
    
    #footercontent {
    	width: 950px;
    	height: 70px;
    	margin-right: auto;
    	margin-left: auto;
    
    }
    
    
    
    #footercontent ul {
    	float: left;
    	margin-bottom: 10px;
    }
    
    
    
    #footercontent ul li {
    	float: left;
    	margin-right: 20px;
    	padding-right: 20px;
    	border-right: 1px dotted #ddd;
    	line-height: 1.5em;
    
    }
    
    
    
    #footercontent ul li a {
    	float: left;
    	display: block;
    	color: #FFF;
    	font-size: 14px;
    	font-weight: bold;
    	letter-spacing: -1px;
    	line-height: 1.5em;
    }
    
    
    
    #footercontent ul li a:hover {
    	color: #aeec07;
    	line-height: 1.5em;
    }
    
    .copyright {
    	color: #feffe3;
    	line-height: 1.5em;
    	font-size: 11px;
    }
    
    
    .copyright a {
    	font-weight: normal;
    	line-height: 1.5em;
    	color: #FFF;
    }
    
    .copyright a:hover {
    	color: #aeec07;
    	line-height: 1.5em;
    }
    style.css'de daha önceden bu idler kullanılmışsa silmen gerekir.
    mesela footer kısmı kesin vardır.