Ok, sorry guys, I realized I had come .css files below my .js files,
this was causing the conflict in Safari.

On Apr 24, 12:55 pm, Nic Hubbard <nnhubb...@gmail.com> wrote:
> Here is the cycle code I am using:
>
> if ($('#home_exhibition_hold').length) {
>                 $('#home_exhibition_hold').cycle({
>                         fx:      'fade',
>                         speed:    2000,
>                         timeout:  7000,
>                         pause:  0,
>                         pager:   '#slide_pager'
>                 });
>         }
>         if ($('.home_slides').length < 2) {
>                 $('#slide_pager').hide();
>         }
>
> On Apr 24, 12:54 pm, Nic Hubbard <nnhubb...@gmail.com> wrote:
>
> > For some strange reason I am only having layout issues in Safari, even
> > IE6 renders the page correctly!  I have using jQuery Cycle on the
> > page, and I am starting to wonder if that is what is causing the
> > layout issue.
>
> > Example:  http://www.caldwellsnyder.com/home
>
> > It seems that the div #home_exhibition_hold won't honor the height and
> > width settings when loaded in Safari.  And I am wondering if there is
> > some js that is effecting this.
>
> > Does anyone have any ideas?

Reply via email to