Re: 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 ArticleRe: Replace flash with JQuery Cycle plugin on my website
Looking good! I noticed your footer text is spilling out of it's container. To fix that you may need a bigger background image. #footerWrap { background:#FDF8E0 url(../images/bg_footer.png)...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy, I'm not seeing what you mentioned or my eye isn't goog enough to notice. Is that the container down the bottom? Most of this site was done by a developer. Tony
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
I did however add this width:100%; to my CSS body code. Could that have caused it? Tony
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Not bigger width. Bigger height. See screenshot:It's even worse with increased text size. Nancy O.
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
This is strange. I'm not seeing this. I tried on both my pc at work using IE and Firefox and also my Mac at home using Safari and Firefox. I'm zooming in/out. Is that what you mean by increasing text...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Go to View > Zoom > Text only. Hit Ctrl+++ This increases text size in browser without making the page bigger. Mainly used by people like me who have trouble seeing small text on our displays....
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy, Where would this actually be placed? In my CSS? #footerWrap { background:#FDF8E0 url(../images/bg_footer.png) no-repeat center bottom; min-height: 170px; /**same height as BG image**/...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
You already have the #footerWrap selector in your CSS. Use Ctrl+F to find. Nancy O.
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Ok I found it and replaced it but it's all shifted left. Was I suppose to add this with the #footerWrap or replace everything in #footerWrap? I only tried replacing it. Tony
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy, I hope all is well. I am stil stuck on the placement of the code you gave me. I tried a few things but still can't get it to work. Thanks,Tony
View Article