Marquee displaying logos with PHP-MySQL not working in Chrome

Url: http://www.renaissancecapital.in/

Logos displayed with the help of marquee tags are not being displayed properly in Chrome, it snaps after 6th logo. The logos are being retrieved from database with the help of PHP-MySQL.

But the same works perfectly fine in IE and Firefox.

Unable to locate the problem :frowning:

The problem is that you are using <marquee> which is not a valid HTML tag. It is a proprietary Microsoft tag that for some unexplainable reason Firefox has decided to support.

The scrolling that a marquee performs is a behaviour and so is something that should be applied from JavaScript and not HTML.

See http://www.felgall.com/jstip109.htm for a script that can easily be incorporated to create as many marquees as required that will work in all browsers using standard HTML.

Thanks for the response… highly appreciated.
But the more confusion lies in the fact that exactly same tag, when used with HTML only… works very well in chrome at: www.indiapropertymartuae.com !

It doesn’t seem to be compatible with this script… test URL: http://www.renaissancecapital.in/indexm.php
Maybe because it contains tables to display info, that has being retrieved from the database ?

You can use this script.

http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm