draytoc
01-11-2009, 08:08 AM
1) Script Title: Feaured content slider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem:
I'd like to remove the pagination section completely. If I remove the DIV for "paginate-slider4" in my page, the main image section is also removed. I have worked around this by changing the css so that all the paginate styles are empty like this...
.pagination{
}
.pagination a{
}
.pagination a:hover, .pagination a.selected{
}
#paginate-slider4{
}
#paginate-slider4 a
{
}
#paginate-slider4 a img
{
}
#paginate-slider4 a.selected img
{
}
But I dont think this is the right way to do it. Doesnt seem very clean. Can anyone advise on the best way to remove the pagination section completely? Is there something I can remove from the javascript file?
Many thanks.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem:
I'd like to remove the pagination section completely. If I remove the DIV for "paginate-slider4" in my page, the main image section is also removed. I have worked around this by changing the css so that all the paginate styles are empty like this...
.pagination{
}
.pagination a{
}
.pagination a:hover, .pagination a.selected{
}
#paginate-slider4{
}
#paginate-slider4 a
{
}
#paginate-slider4 a img
{
}
#paginate-slider4 a.selected img
{
}
But I dont think this is the right way to do it. Doesnt seem very clean. Can anyone advise on the best way to remove the pagination section completely? Is there something I can remove from the javascript file?
Many thanks.