hey guys! I'm trying to create something like the first example on http://www.dynamicdrive.com/dynamici...tabcontent.htm ...except i would like to use images for the tabs, and have it change to another image when a particular tab is selected. The image for each tab will be different, so i have to have somewhere in my css something for each particular link ID in the links shown below...i think... I'm not exactly sure how to go about doing this.
<ul id="tabs" class="tabs">
<a href="#" rel="myspace" id="myspace"><img src="myspace.jpg" border=0></a>
<a href="#" rel="facebook" id="facebook" class="selected"><img src="facebook.jpg" border=0></a>
<a href="#" rel="gmail" id="gmail"><img src="gmail.jpg" border=0></a>
</ul>



Reply With Quote


Bookmarks