i am not Adryan, but...

do you have correct css rules defined for you #carshow div?
based on your code, you should have something like this in your css:

#carshow {width:315px;height:315px;overflow:hidden;}

having fixed size of the div is important - you should define both width
AND height. 'width' should be the width of your images. the 'hight'
should, obviously, be the height of your shortest image - but you are
well advised to have all you images in the gallery of same size.
'overflow:hidden' will 'hide' any images in the div that do not fit in
the div's dimensions - so you won't see them in the page and they won't
generate any 'blank space'.

i have used jQuery Cycle plug-in with CF successfully on multiple
websites. you can check out www.phuchan.com/about-us.cfm - the slideshow
above the left-side menu is made using Cycle plug-in from a recordset
returned by <cfdirectory> tag.

hth

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Anthony Doherty wrote:
> Adrian,
>
> did u have a look at the code?? 
>
>   

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318378
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to