I am trying to use the script Pausing Up-down Scroller http://www.dynamicdrive.com/dynamicindex2/crosstick.htm on my website. I have the script itself working, but the issue is that I can not get the box that is created using the CSS to align to the center of location that I want it.
I am using the script listed on the above page, as is, with the larger box, but I can't get the box to center, here is the CSS code:
#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}



Reply With Quote

Bookmarks