How do I switch actions?

Intra

Newbie
Joined
Jul 19, 2012
Messages
38
Reaction score
4
Hopefully this is the right forum to ask this in. I need someone to help me change 2 actions around on my webslte. The forward arrow scrolls backward(older pics) and the backward arrow scrolls forward.(new pics) :headache:
If anyone here can help me with this please msg me. Here is the site: wwwTROLLZYcom.
buttonz.jpg
Thanks,

Intra
 
Last edited:
This could probably be done by changing the anchor tags around. Just a guess.

I would try changing:

HTML:
<a id="next" href="blahblah" title="blahblah"></a>

to

HTML:
<a id="previous" href="blahblah" title="blahblah"></a>

and vice versa
 
Yeah, that worked :D Thanks
 
Back
Top