คุณ Kennn ครับใน Box What's New นี่ถ้าใส่โค๊ดนี้เข้าไป
<
marquee id="marquee1" onMouseOver="marquee1.stop();" onMouseOut="marquee1.start()" bgcolor="#FFFFCC" direction="left" scrollAmount="10" style="height:65" style="wight:65">ข้อความหรือรูปภาพ</marquee>จะทำให้รูปเลื่อน ใช่มั้ยครับ
แล้วผมจะแทรกตรงไหนของโค๊ดดีครับดีครับ
<?php
/*
$Id: whats_new.php,v 1.31 2003/02/10 22:31:09 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com 
Copyright (c) 2003 osCommerce
Released under the GNU General Public License
*/ if ($random_product = tep_random_select("select products_id, products_image, products_tax_class_id, products_price from " . TABLE_PRODUCTS . " where products_status = '1' order by products_date_added desc limit " . MAX_RANDOM_SELECT_NEW)) {
?>
<!-- whats_new //-->
<tr>
<td>
<?php
$random_product['products_name'] = tep_get_products_name($random_product['products_id']);
$random_product['specials_new_products_price'] = tep_get_products_special_price($random_product['products_id']);
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_WHATS_NEW);
new infoBoxHeading($info_box_contents, false, false, tep_href_link(FILENAME_PRODUCTS_NEW));
if (tep_not_null($random_product['specials_new_products_price'])) {
$whats_new_price = '<s>' . $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</s><br>';
$whats_new_price .= '<span class="productSpecialPrice">' . $currencies->display_price($random_product['specials_new_products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</span>';
} else {
$whats_new_price = $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id']));
}
$info_box_contents = array();
$info_box_contents[] = array('align' => 'center',
'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $random_product['products_image'], $random_product['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '">' . $random_product['products_name'] . '</a><br>' . $whats_new_price);
new infoBox($info_box_contents);
?>
</td>
</tr>
<!-- whats_new_eof //-->
<?php
}
?>
นอกจากการทำให้ภาพเลื่อนขึ้นลงนี่มีแอฟเฟล็กอย่างอื่นอีกมั้ยครับที่ไม่ใช่การเลื่อนขึ่นลง เช่น เบลอแล้วเปลี่ยนเป็นภาพอื่น
แล้วตรงส่วนที่เป็นสีแดงนี่ผมสามารถลบได้มั้ย (เห็นมีเกือบทุกไฟล์ที่เป็น PHP เลย)
ไม่ต้องรีบตอบนะครับ งานยุ่งก็ทำงานก่อนก็ได้นะครับ เพราะผมเองก็ไม่อยู่ 4-5 วัน ไว้กลับมาเดี๋ยวค่อยมาดู (พอดีตอนนี้นึกออกก็เลยถามทิ้งไว้ก่อน คิดว่าจะถามหลายทีล่ะแต่นึกไม่ออกพอดีนึกออกเลยถาม) เดี๋ยวกลับมาว่าจะไปจดทะเบียนการค้าล่ะ เดี๋ยวคงได้ทำ Trustmark อีก