Re: 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.html If I disable your CSS in my browser, I can see the...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Okay, I'll check my syntax. I was pushing it with the CSS, so I'll try to narrow and pare it down! I'll let you know my progrss. (I'm backtracking with an earlier version where the code isn't so...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi, Ok I've been trying to get the caption centered up the picture with no luck. I thnk I did what you told me correctly but I'm sure my syntax is wrong somewhere....
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Adjust styles as desired: <div id="alt-caption" style="margin-left: 125px; margin-top: -5px; font-size:46px"></div> Nancy O.
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I added that and tried playing around with just the font size. Something's not jiving.... Tony
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
You still have quite a few code errors that need to be reconciled. You can skip the warnings about missing ALT attributes on images. But orphaned/unbalanced tags do lead to layout...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Thanks Nancy! I fixed a lot of errors. I did leave out the ones you mentioned. Unfortunetly it still looks off. Any ideas? http://www.ci.guilford.ct.us/jquery_cycle_caption_fixed.htm Thanks!
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I am pretty sure I am doing something wrong with the caption thing. I fixed up my original which isn't using the caption and it looks fine. http://www.ci.guilford.ct.us/jquery_cycle_default.htm
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi,I think I have it 99.9% worked out I just can't figure out how to center it between the pictures. I played around with what you mentioned here. <div id="alt-caption" style="margin-left: 125px;...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I suspect there's something in your CSS Layout that's preventing the Captions feature from working as expected -- such as APDivs or other positioned elements on the page. If that sounds about right,...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Finished product working with the help of all of you on here. Thanks! I was able to find some example Cycle2 demos that help me out along with a sample CSS. Some minor validation errors I think....
View Article