jackback,
I assume this is the site you are referring to:
http://www.zenithsecuritiesng.comIf this is the case, I traced the code to this file:
http://www.zenithsecuritiesng.com/scrollbondprice.phpIf you, "view source" and scroll to the bottom of the source page, you will see a "Dynamic Drive DHTML" section. This is the code that is used for the scroll. Also, if you view the source of the home page, and search for "gainers", you will notice there is a <script> section that references the above PHP page:
<script type="text/javascript">
//specify path to your external page:
var iframesrcbp="scrollbondprice.php"
//You may change most attributes of iframe tag below, such as width and height:
document.write('<iframe id="datamainbp" src="'+iframesrcbp+'" width="430px" height="150px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>')
</script> I personally think there is a better way to present the scrolled information though. What happens, for instance, if visitors to the site turn off javascript (yeah I know, not many people do that, but it is still reason to give me as a developer pause)? Perhaps flash would be a better alternative? I dunno, I am just thinking out loud here. Besides, there are people like me who find such scrolling nauseous.
I hope this helps.