I've made some progress in updating my site with Jquery thanks to you here.
The fade action is much better but I've been trying to change the trigger to some text and to use a click rather than a mouseover.
I've got the click working but I can't seem to stop the image from triggering the fade as well as the text. http://dinghydogs.com The text is in the middle and says "Click to swap styles."
Sorry for being such a pain.
You will find subtle information regarding the element selectors. The reason I added span is because the span element falls within a div with an ID of fade as in
<div id="fade"><span>text</span></div>
We could have given the span element and ID e.g. <span id="myText">. In which case the element selector would have looked like
$("#myText")
I hope this helps.
Gramps
North America
Europe, Middle East and Africa
Asia Pacific