开发者

how to show news without marquee tag

开发者 https://www.devze.com 2022-12-31 21:10 出处:网络
Without use of marquee tag I want to show news like below code.I want to use JavaScript instead of marquee tag. How to use JavaScript to do this?

Without use of marquee tag I want to show news like below code.I want to use JavaScript instead of marquee tag. How to use JavaScript to do this?

   <marquee style="width: 292px; border-bottom: 1px solid rgb(221, 221, 221);"开发者_高级运维 align="top" behavior="scroll" direction="up" onmouseout="this.start();" onmouseover="this.stop();" scrollamount="1" scrolldelay="25" truespeed="" id="mSpeed" bgcolor="#f1f2ec" height="500">


                    <div style="padding: 5px; height: 153px;" class="workshopDesc bottomHorzLine ">
                        <div class="workshopTitle" align="left">Financial Management Training</div>

                        <div class="workshopDate"><font color="#ff0000" size="1"><strong>Date: Friday, May 28, 2010</strong></font></div>
                        <div class="workshopRPName"><strong>Resource Person: Saif Rahman<br>Independent Consultant in Business Case Development and Financial Management</strong></div>

                        <div class="workshopDesc">Mr. Saif Rahman is an Independent Consultant in Business Case Development and Financial Management with rich experience of corporate sectors of both North America and South-East Asia....
                        <div style="float: right; width: 150px;" align="right"><img src="images/icons_more.gif" align="absmiddle" width="12" height="12" hspace="5"><a href="http://BdjobsTraining.com/workshop_formate.asp?TID=518" class="workshopLink" target="_blank">Click here for detail</a></div>
                        </div>
                    </div> 
            </marquee>


You can use the javascript news ticker script if you don't want to use the marquee tag. Instructions are there on the link.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号