ここ。http://www.host-bg.eu/スライダーを IE や mozilla で見たことがありますが、Google chrome ではアイデアが見当たりませんか?
// Set up Sliders
// **************
$(function(){
$('#slider1').anythingSlider({
theme : 'metallic',
easing : 'easeInOutBack',
autoPlay : true,
navigationFormatter : function(index, panel){
return ['Slab', 'Parking Lot', 'Drive', 'Glorius Dawn', 'Bjork?', 'Traffic Circle'][index - 1];
},
onSlideComplete : function(slider){
// alert('Welcome to Slide #' + slider.currentPage);
}
});
// tooltips for first demo
$.jatt();
});
</script>