Guest Posted November 22, 2002 Posted November 22, 2002 Hi, I've tried the contribution made by Javier Veral http://www.oscommerce.com/downloads.php/co...ions,561/type,3 It is working Great for Internet explorer, however when I see it in Netscape 7, The box height don't seem to be working properly. It's longer than it should be. Here's a snippet of the code that I'm using, could it be that netscape not reading this properly? $info_box_contents[] = array('align' => 'left', 'text' => '<center><marquee direction="up" scrollAmount="1" style="width:130;height:50">'.$contents.'</marquee></center>' ); Is there a fix for this? Thanks
mattice Posted November 22, 2002 Posted November 22, 2002 The fix is another contribution... <MARQUEE> is a Microsoft self-invented html tag, Netscape does not support it... "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted November 22, 2002 Posted November 22, 2002 Ok Now I've updated to a javascript Newscroller. However, it doesn't seem to be able to change the color of the text? It's the contribution I found here... http://www.oscommerce.com/downloads.php/co...ions,417/type,3 Anyone managed to change the colors? Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.