PDA

View Full Version : سوال: مشکل در قسمت footer



حسین.کاظمی
دوشنبه 09 شهریور 1394, 18:16 عصر
سلام دوستان
من توی طراحی یک وب به مشکل برخورد کردم و مشکلم اینه که طبق عکس ضمیمه در قسمت footer که از جدول استفاده کردم و در ستون 'آخرین اخبار' از پایین جدول نمیاد رو به بالا بلکه از خارج جدول میاد مشکل از چی میتونه باشه؟

134792

کد CSS
.newstitleh2{font:13px/28px vanda;color:#010101;padding-right:25px;background:url() right -260px no-repeat;margin-bottom:0px;}
.newsticker{height:390px; position:absolute;}
.newsticker > li{height:80px;padding-bottom:10px;margin-bottom:10px;background:url() center bottom no-repeat;}
.newsticker > li figure{float:right;margin-left:10px;}
.newsticker > li img{padding:3px;box-shadow:0 0 3px #747474;border:1px solid #747474;background:#fff;}
.newsticker > li a{font:13px/20px vanda;color:#ce0109;}
.newsticker > li a:hover{color:#4d4d4d;}
.newsticker > li p{color:#cfcfcf;font-size:12px;padding:0px;}
.newsticker > li span{color:#ee1c24;font-size:11px;float:left;margin-top:-4px;}



کد HTML

<td width="50%">

<ul class="newsticker">

<li>
<marquee direction="up" scrolldelay="40" scrollamount="1" behavior="scroll" loop="0">
<figure>
<img src="addres_img" alt="" title="" height="60" width="90">
</figure>
<a href="" title=""> </a>
<p>

<a href="" title="" class="left">ادامه مطلب</a>
<br class="clear">
</p>
<span class="hdate">

1394/03/31</span>

</marquee>
</li>


</ul>


</td>



ممنون میشم راهنماییم کنید تو پروژه ام فقط همین قسمت را گیر کردم!!!!!