[jQuery] Re: jquery.cycle centering image

2008-12-03 Thread web_dev123
Anyone have any ideas why only MAC Browsers do this?

[jQuery] Re: jquery.cycle centering image

2008-11-26 Thread web_dev12
Its working perfectly on my page right now: http://john1.netfirms.com/VAM/template.html but. I know I hate the damn but too.. :confused: on a MAC in both firefox and safari it seems that the cycle using div #s1 seems to change the color of other text on the page and make it bold as the

[jQuery] Re: jquery.cycle centering image

2008-11-21 Thread Mike Alsup
since technically there is no next element, it goes back to the front? There is always a next slide. :-) The problem in IE7 was that I had an extra comma in the code that I posted and a JS error was occurring in IE7. I didn't realize the extra comma problem had been fixed in IE8 - good to

[jQuery] Re: jquery.cycle centering image

2008-11-20 Thread Mike Alsup
I got it rotating, however I cant get the images to stay in the middle of the div. If I add position: relative !important;   top: 50%;   left: 50%; to the image class when being displayed it centers horizontally but not vertically, but it also breaks the fade transition by displaying the

[jQuery] Re: jquery.cycle centering image

2008-11-20 Thread web_dev12
Hey Mike! That works great in firefox, Opera and Safari and it is exactly what I'm looking for. But when testing it in IE 7.0 it doesn't show anything except for the background colors. Any suggestions with that? John malsup wrote: I got it rotating, however I cant get the images to

[jQuery] Re: jquery.cycle centering image

2008-11-20 Thread Mike Alsup
That works great in firefox, Opera and Safari and it is exactly what I'm looking for. But when testing it in IE 7.0 it doesn't show anything except for the background colors. Interesting. I'm running IE8 and it looks ok when running in IE7 Browser Mode as well as Compatibility Mode. Can

[jQuery] Re: jquery.cycle centering image

2008-11-20 Thread web_dev12
I installed ie 8 and it seems to work now, however for one of the images, the positioning is off. It seems as if the top/left corner is being positioned instead of the actual image. Screenshot here: http://john1.netfirms.com/VAM/screenshot-1.png Also I installed developer toolbar but it shows