Log in

View Full Version : Cmotion GalleryII not scrolling images



gorjustlaydee
12-17-2009, 12:33 AM
1) Script Title: Cmotion Gallery II

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery2.htm

3) Describe problem: I'm new to scripting and html, so I have limited knowledge. The gallery isn't scrolling. Can you please be a untechnical in answers. LAYGIRL Here! LOL!!! I just need to know how to get it to move. I will resize the images later. I'm not finished building the page. <a href="http://www.femaleescortsneworleans.com/cmotion.html"><Script URL</a>

bluewalrus
12-17-2009, 01:03 AM
You need to put the files on your server.

http://www.dynamicdrive.com/dynamicindex4/motiongallery2.js

and

http://www.dynamicdrive.com/dynamicindex4/gallerystyle2.css

gorjustlaydee
12-17-2009, 02:11 AM
Thanks for your quick response!


How do I put the js. ext file on my server? It downloads to my computer but I don't know how to get it from my disk to the server. Windows ask for the program to "open with" when I try to open it locally. I don't know what to do with the file.

Also, do I add the css on the current page or would I create a page to upload it?


Thanks

bluewalrus
12-17-2009, 02:48 AM
You can do either

a) To add code to your document without uploading the files open each file and copy the contents then paste them in the appropriate tags below, in the head of your document. What program are you using to access your files on the server?

CSS:


<style type="text/css">
CSS FILE CONTENTS
</style>


JavaScript(js):


<script type="text/javascript">
<!--
JAVASCRIPT FILE CONTENTS
// -->
</script>


b) Linking files. This requires putting the files on your server.

CSS LINKING


<link rel="stylesheet" type="text/css" href="LOCATION_OF_FILE.css" />


JS LINKING


<script type="text/javascript" src="LOCATION_OF_FILES.js"></script>

gorjustlaydee
12-18-2009, 04:58 AM
Thanks for your assistance. I got it to work using the info you provided. I forgot I could upload files via my cpanel. I'm a novice and really don't know what I'm doing but learning.


Later,

Gorjust