Re: 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 ArticleRe: Replace flash with JQuery Cycle plugin on my website
Nancy that add on works wonders!! And Mark thank you for all your input. Your last post will come in handy. Here is hopefully my last delima. I tried but failed to figure this out. I am using this code...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Jon, Looks like we have both been working on the same thing
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Tony! Good timing - does your caption show up at all? I just tried your code but nothing is happening. Do I need that extra <div> at the bottom?
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I believe you do but not 100% sure. I tried so many options I can't remember. I do know that once it showed up it was all the way to the left so the <div id="alt-caption"...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Tony! Can I see your CSS? Jon
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
@ Tony & Jon,You'll need to download the Cycle2 Caption pluginhttp://jquery.malsup.com/cycle2/download/ DEMOShttp://jquery.malsup.com/cycle2/demo/caption2.phpSave caption script inside a .js file...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy, I'm still trying but haven't got there yet. I uploaded this page:http://www.jonfreed.com/index-cap.html In the lower left hand corner, I see a 1/5, 2/5, etc. but it's not taking my title...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
There's no link to the Caption2 script in your document. You need to download that script and save it inside a .js file in your local site. I posted links for the script and how to use it above. Did...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy! My most sincere apologies - I realized after your second post, that I had not downloaded the right file! I hate to bother you, yet again, but I still can't get it to work (I'm starting to...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Nothing is hopeless. But you have some HTML errors. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jonfreed.com%2Findex-cap2.htm l If I disable your CSS in my browser, I can see the...
View Article