1) Script Title:
Ajax Tabs Content script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...tent/index.htm
3) Describe problem:
I want to use images instead of text for the tabs.
My website is: http://www.attunesystems.com/ and on the left-hand side I am using the ATC script for the "News Events Case Studies" tabs which currently text.
I want to replace the text with images that will change color (rollover) upon hover and selection.
My current code is:and I tried replacing it with:Code:<li><a href="/English/News_Events/Homepage_Events.html" rel="ajaxcontentarea">Events</a></li>and the result is that the external page appears in its own window instead of the div.Code:<a href="/English/News_Events/Homepage_Events.html" rel="ajaxcontentarea" onMouseOver="MM_swapImage('events1','','/English/Images/Buttons/HP_Events_off.gif',0)"><img src="English/Images/Buttons/HP_Events_on.gif" alt="Events" border="0" width="42" height="16" name="events1" style="padding-top:10px;" /></a>
I then tried using a different rollover script from Dynamic Drive instead of the Macromedia scriptbut, the result is the same.Code:<a href="/English/News_Events/Homepage_Events.html" rel="ajaxcontentarea"><img src="English/Images/Buttons/HP_Events_off.gif" class="domroll /English/Images/Buttons/HP_Events_on.gif" border="0" /></a>
So, how do I use images instead of text?
thanks,
dave



Reply With Quote

Bookmarks