Need Tab Widget to drive background image changes
I'm working on a site that's using the Tab UI widget, but a request has just come up to get the document's background image to change with each different tab. I have five different tabs, so when I click on each tab I need not only the text inside the box to change (which it does), but also get a different document background image for each different tab, so that:
#Tab-1 ----> Tab-text-1 / Background-image-1
#Tab-2 ----> Tab-text-2 / Background-image-2
#Tab-3 ----> Tab-text-3 / Background-image-3
#Tab-4 ----> Tab-text-4 / Background-image-4
#Tab-5 ----> Tab-text-5 / Background-image-5
Thanks!