I want to create custom carousel from YUI 2.9
http://developer.yahoo.com/yui/examples/carousel/csl_selection_clean.html
In this I want to hide yui carousel nav items , not next and previous buttons.
I can achieve this using CSS, But is there any property available in YUI 2.9?
hideNavigation or somehting
The validation code for Carosel.js appears to require that
numVisible > 0The numVisible parameter is used throughout the code, so it seems like your best bet is to go ahead with the CSS plan and hide the nav items.