Re: Replace flash with JQuery Cycle plugin on my website
You have to have lines that point to your own hosted code. Here's an example: <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script><script type="text/javascript"...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
HI Mark, Thanks again! I guess the confussion for me was with the minified version. I'm guessing what you're saying is basically download both and place the in a folder on my website, correct? Once I...
View ArticleRe: 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...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
So I tried adding this: .cycle-slideshow { border-color: #fff; border-width: 7px;} But it didn't seem to do anything. I changed the color to a greenish color. Should I still be adding the rest...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I also tried what you mentioned about the border using this border-image: url("images/stationary.jpg"); But I couldn't get that to work either. Is there some sort of transparencie option or maybe...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
The CSS border-image property isn't universally supported yet except in Firefox, Chrome, and Safari 6. IE has no support for it and you need to add vendor prefixes for older Webkit and Opera...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
After all this talk about the cycle script, I decided to give it a try. Is there a way to specifify how long an image stays up; not the speed of the transition, which is easily editable, but the...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Refer to the Cycle2 documentation for complete description of attributes.http://jquery.malsup.com/cycle2/api/ You would need to add a timeout value to your data-cycle code. A higher integer = a longer...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy! First off, thanks for the documentation. There's some really neat stuff in there! Also, thanks for pointing my directly to the function I needed. I would've found it in the documentation -...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Very informational stuff and thank you!! Is there anything jquery out there that would support adding a border image? Or any type of recommendations? Thanks,Tony
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I don't know of any. I typically use background-images like this instead of image borders:http://www.alt-web.com/sandbox/frame.html Nancy O.
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I got ya! So I can just use my border image as a background image and align my jquery appropriately?
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Assuming your border image is suitable for the task. The one in my demo is just a seamless swatch that is repeated to fill the #outer container. Nancy O.
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Yes, you can place a div within a div to get this done. create an outer div: <div class="outer"><div class="cycle-slideshow" data-cycle-pause-on-hover="false" data-cycle-speed="2000"...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Ok I am getting closer but I'm having difficulty placing the background image in the correct spot. What you have taught me has helped me alot. You can view what I have so far here...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Try this: .cycle-slideshow { border-width: 10; width: 484px; height: 375px; background-image: url(images/flash_box.png);} .cycle-slideshow img { padding: 16px 0 0 37px; height: 340px;...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Boom! Now I just have to learn the placement better. I am using IE and I am now noticing that the calendar in the menu bar is placed under the government. Could this have to do with frame and pics are...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Download & install Firefox and get the Web Developer Toolbar add-on. You can edit CSS & HTML in your browser and see the effects in real time. When you get the code to your liking, copy &...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
The subtext of Nancy's reply here is that supporting Internet Exploder is a lost cause. I agree with her, I really do not like the trash Microsoft produced, once they "won the browser market." Here is...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi All! I'm trying to get a caption for each image, and I found some code in the documentation, but I'm not sure how to approach it. Any suggestions? Thanks!Jon the page is here:...
View Article