1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <div id="defil_news" style="width: 758px; height:127px;overflow:hidden">
<table width="758" border="0" cellspacing="0" cellpadding="0" height="127">
<tr>
<?
while($objet_news=mysql_fetch_object($resultat_news))
{
?>
<td width="253" align="center" height="127" valign="bottom">
<div class="news" align="center" style="overflow:none; height:127px ;width:253px; background-image:url(./images_news/<? echo $objet_news->News_image_mini ?>); text-align:end ">
<a href="#" style="font-family:Arial, Helvetica, sans-serif;display:inline-block; height:100%; color:#FFF; text-decoration:none"><? echo $objet_news->News_titre ?></a></div></td>
<?
}
?>
</tr>
</table>
</div> |
Partager