AksiAdam adlı üyeden alıntı

Yazmayını unutmuşum evet sorunu düzelttim li ve ul yerine p kullanarak..Fakat şimdide sidebarda sorun yaşıyorum :( şidebarda arka plan resmini vs çekemiyorum nedeni ne olabilir?

css:
aside {width:215px; height:auto; float:right;margin-top:20px;}
aside h2 {background:url('/sidebar-baslik.png') no-repeat; width:215px; height:30px;font-size: 15px;font-family: Trebuchet MS;color:white;padding: 7px 10px;}
.twitter{height:100px; width:215px; background:url('/sidebar-bg.png');margin-bottom:20px;box-shadow: 0 0px 7px #888;}
.twet{background: url('/twit.png') no-repeat;height: 77px;}
.twitter p {font-size: 13px;font-family: Trebuchet MS;color:#b5b5b7; width:188px;float:right;}
.sosyal{height:100px; width:215px; background:url('/sidebar-bg.png');margin-bottom:20px;box-shadow: 0 0px 7px #888;}
.sosyal li{float:left; margin-left:11px;}


html:


Wordpress temanda resimlerin images klasöründe olmalı ve onun images klasöründe olduğunu css belgende belirtmelisin. Yani

/sidebar-bg.png yerine images/sidebar-bg.png yapmalısın. Bundan dolayı olabilir.