
Originally Posted by
theremotedr
Hi
I have found a scrolling script but cant place it in the correct position for it to work for me.
I have supplied the existing working script & also the scrolling script but would like help placing it into my existing working script.
Now the bad part, i placed them in the incorrect forum.
Please look here.
http://www.dynamicdrive.com/forums/s...975#post276975
I don't understand what the problem is, it is nice and centered when I look at it. However, you can just shange the positioning and width of the marquee using css. Say if you didn't like where it was and wanted it 10px to the right of where it is currently, qith the css rules for marquee, just put:
Code:
position: relative;
left: 10px;
or however far to the right you want it.
Or if you then wanted it smaller, you could just say:
or however wide you want it.
Bookmarks