I came across this great JQuery example of using a slidetoggle.
I want to implement it exact as is, except for one thing.
The example uses an image for the Up and Down (white) arrow indicator.
Can’t I use the HTML ascii up arrow (↑) and down arrow (↓) instead of using an image.
If so, how?
I believe something like this should work:
Basically the idea is just to toggle the text on the link when it is clicked, the same place the author toggles the up/down slide.
More info on toggle() here.
You will also need to remove the white background image from here:
HTH