Scrollable content II All
http://dynamicdrive.com/dynamicindex11/scrollc2.htm
This seems like such a simple question, but How do I change the background color? Or insert a background image?
Thanks.
Scrollable content II All
http://dynamicdrive.com/dynamicindex11/scrollc2.htm
This seems like such a simple question, but How do I change the background color? Or insert a background image?
Thanks.
find this line:
change to:Code:document.write('<div id="container" style="position:relative;width:175px;height:160px;border:1px solid black;overflow:hidden">')
where white is either a common color name, RGB values (#RRGGBB), or an image [... :url(./images/myBG.jpg)]Code:document.write('<div id="container" style="position:relative;width:175px;height:160px;border:1px solid black;overflow:hidden;background:white">')
Verzeihung!
Thanks a million! It worked like a charm.
Bookmarks