Does your page contain just one Drop Down Content which should display an arrow in such a fashion? If so it's fairly simple to modify the script to do this. Firstly, next to your anchor link, manually insert an IMG tag showing the image you want initially shown:
Code:
<a href="http://www.dynamicdrive.com/resources/" id="contentlink" rel="subcontent2">Additional Resources</a> <img id="dropimage" src="leftarrow.gif" />
The image in this case must carry the ID attribute of "dropimage". Then, use the below modified .js file, and change all references of the following inside the code to your own:
-leftarrow.gif
-right.gif
where the first is the image to show during the Drop Content's closed state, and the later, when it's open.
Bookmarks