I can do the hide and show of the div tag no problem, however I can't for the life of me figure out how you get those arrows to change directions. I'd assume it was just a simple image replacement, but need a little help.
I was thinking of doing a background image, but if you notice they still seem to let you click on the image to expand/collapse the div tag. Is there a way I can keep that functionality with the image while still hiding it in the background of a div?
I was thinking of doing a background image, but if you notice they still seem to let you click on the image to expand/collapse the div tag. Is there a way I can keep that functionality with the image while still hiding it in the background of a div?
on the same javascript function that expand and collapse divs you can also change the image for the arrow.
as chrishirst said, you can use css for these easily.
I was thinking of doing a background image, but if you notice they still seem to let you click on the image to expand/collapse the div tag. Is there a way I can keep that functionality with the image while still hiding it in the background of a div?