Im using this script:
http://www.dynamicdrive.com/dynamici...wler/index.htm
I create customized html and changed the values, it works fine but the width doesnt seem right, the height is right.
HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="en-UK"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PUBLIC"> <TITLE>New Project</TITLE> <style type="text/css"> .divScrollAuto {overflow:auto; white-space:nowrap;}</style> <script type="text/javascript" src="crawler.js"></script> </HEAD><BODY style="width: 1000px;height: 1000px;background-color: #FFFFFF; "> <div class="marquee" id="newdiv1">>Enter Text</div><script type="text/javascript">marqueeInit({ uniqueid: "newdiv1", style: { "padding": "5px", "width": "529px", "height": "59px","background-color": "#00FF00","direction": "left", "border": "1px solid #CC3300" }, inc: 10, mouse: "cursor driven", moveatleast: 5, neutral: 264.50, savedirection: true});</script> </BODY></HTML>
In the next version i wanted to position the div exactly on the browser window but the code below doesnt work
any ideas.HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8"> <META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="en-UK"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PUBLIC"> <TITLE>New Project</TITLE> <style type="text/css"> .divScrollAuto {overflow:auto; white-space:nowrap;}</style> <script type="text/javascript" src="crawler.js"></script> </HEAD><BODY style="width: 1000px;height: 1000px;background-color: #FFFFFF; "> <div class="marquee" id="newdiv1" title="" style="overflow: hidden; white-space:nowrap; top: 100; left: 269; position: absolute; z-index: 101; width: 431px; height: 120px; ">Those confounded friars dully buzz that faltering jay. An appraising tongue acutely causes our courageous hogs. Their fitting submarines deftly break your approving improvisations. Her downcast taxonomies actually box up those disgusted turtles.Enter Text</div><script type="text/javascript">marqueeInit({ uniqueid: "newdiv1", style: { "padding": "5px", "width": "431px", "height": "120px","background-color": "#FF8040","direction": "left", "border": "1px solid #CC3300" }, inc: 10, mouse: "cursor driven", moveatleast: 5, neutral: 215.50, savedirection: true});</script> </BODY></HTML>



Reply With Quote

Bookmarks