Re: 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
<div class="cycle-slideshow" data-cycle-pause-on-hover="true" data-cycle-speed="5000" > http://eviniziboyayalim.com
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 ArticleRe: Replace flash with JQuery Cycle plugin on my website
First, you need to create a new background image for your footer that is at least 170px high to replace this one.http://www.ci.guilford.ct.us/images/bg_footer.png Upload replacement image to your...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy, Sorry to bring up an old issue. I am back at trying to fix this again. I am still stuck on your last comment. I think I changed what you mentioned but something is still off. A new set of...
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Can you start a new discussion and post a link to the problem page? Nancy O.
View ArticleRe: Replace flash with JQuery Cycle plugin on my website
Hi Nancy, Thanks for your reply. Here is the new discussion http://forums.adobe.com/thread/1299074 Tony
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 Article