Ofcourse. I figured it was such a simple solution.

Thanks for the great code and for taking the time and effort to help us out!
I need to use Firebug alot more too I see. 

-Chris



malsup wrote:
> 
> 
>> I'm using the jQuery Cylce Plugin(http://malsup.com/jquery/cycle/) and I
>> ran
>> into some problems when I added it to some other pre-exising code I have.
>>
>> 1. Here is the working Slideshow
>> -http://www.idea-palette.com/testfolder/slideshowtest.html
>>
>> When I add the existing working Slideshow code from above, the graphics
>> for
>> the buttons won't show up. They are accessing the same folder and files,
>> so
>> I am confused.
>>
>> 2. Here is the Site with the problems
>> -http://www.idea-palette.com/testfolder/pagetest.html
>>
>> I'm guessing the problem is that I copied some code incorrectly or that
>> it
>> is conflicting with the existing jquery or css I already had on the
>> second
>> page, but I can't find the mistake.
>>
>> Can you please help me out?
> 
> The difference is in how you're styling those pages.  The one that
> works is using css embedded on the page.  The one that doesn't work is
> using an external css file found in the 'css' folder.  But they both
> reference images using relative urls.  That won't work.  When you use
> relative URLs from css the URLs are relative from where the css is
> located.
> 
> Also, if you use Firebug's Net tab you can see that the left/right
> arrow images are returning 404 status on the page that doesn't work
> correctly.
> 
> Mike
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-with-jQuery-Cycle-Plugin-tp21521835s27240p21522417.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to