Quantcast
Viewing all articles
Browse latest Browse all 105

Re: Replace flash with JQuery Cycle plugin on my website

Minified code is all about trying to save as many bytes as possible in the download.

 

Download both.

Create a /js/ folder in the root of your website on your local machine.

Put both JavaScript files into that folder.

Make sure the path is pointing to those files in that folder in your local website (and you can test that by using your own browser on your local machine).

Upload your new web page.

Upload the /js/folder and the files within to your host.

 

As to the border, that's CSS.

 

Using Nancy's example for the name of your div:

 

.cycle-slideshow {

     border-color: #fff;

     border-width: 7px;

}

 

would create a white border, 7 pixels wide around everything.

 

You could also do:

 

     border-image: url("images/stationary.jpg");

 

And then set your width.


Viewing all articles
Browse latest Browse all 105

Trending Articles