Ben tum haberleri blok olarak cektim.ama tıklandıgında ayrı pencerede acılmasını saglayamadım birde saga sola kaydırma cubugunu ekleyemedim.yardımcı olunursa sevinirim.
http://ceviz.biz/News- Kod: Tümünü seç
<style type="text/css">
#discerceve{
height: 300px;
overflow: hidden;
position: relative;
width: 250px;
}
#iccerceve{
height: 1050px;
left: -100px;
position: absolute;
top: -425px;
width: 795px;
}
</style>
<?php
// Bu Blok www.phpnuketurkiye.com Yardımcı Araçları Tarafından Oluşturulmuştur//
if (!defined('BLOCK_FILE') ){
Header("Location: index.php");
die();
}
$content = "<div id=\"discerceve\">";
$content .= "<iframe src=\"http://ceviz.biz/News-op-NEAll\" id=\"iccerceve\" scrolling=\"yes\" frameborder=\"1\" ></iframe>";
$content .= "</div>";
?>