[quote=bobcbar]CHRiSTiaN & pipito21,
In order to change the appearance of the WVM-S you edit the tracker.css to change the font colors, size and background.
In order to removed the scrollbars I found it easier to just adjust the size of the box within the tracker.js/txt to the scrollbars disappear. Here is sizes I used.
[quote]/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }
TRACKER = { style: { filter: "chroma(color='#FFFFFF')",
[b]width: '310px',
height: '330px',[/b]
border: '0px',
overflow: 'hidden'[/quote]
In order to change the speed look for this code in the tracker.php
<">In order to make changes to the up and down buttons again look inside the tracker.php for .gif files.
I have no idea about the refresh button.[/quote]
thanks bob, ill try to use that codes, but currently im trying to fix chesterz version,
if im not satisfied ill try this one of course.