Welcome to the Community Exchange, a place where community members can exchange questions and answers related to DotNetNuke. If you would like more info about the Community Exchange, please visit this page in our Wiki.
HI.......
In my page i used content slider module...now i want buttons like next and previous image selecting process (like http://www.dotnetnuke.com front page in Amazing customers Amazing stories header)......what i do?
Hi Babu,
It would help to know the "content slider module" that you're using. However, they all work very similar. If you take a look at the source code from dotnetnuke's homepage, you'll see that the prev and next are simple links. So you would need to find out what that link needs to be according to your slider. Then just add the image paths through css to customize.
<
a
class
=
"prev browse"
> </
>
div
>This is your main slider</
"next browse"
Again, the exact implementation depends on your content slider module.
Hope this helps.
- Patrick
You have already flagged this post. Clicking "Remove Flag" below will remove your flag, thus reducing the count by one as well.