Jump to content

like ajax tabs


techker

Recommended Posts

Hey guys i have a php page with a icon navigation.

 

im looking for a type of ajax tabs that loads content on the same page..but all the scripts i find have <li>

 

since im using images as a navigation i cant use <lil>

 

is there a way?

 

exp.

<li class="nav-one"><a href="#featured" class="current">Featured</a></li>

                <li class="nav-two"><a href="#core">Core</a></li>

                <li class="nav-three"><a href="#jquerytuts">jQuery</a></li>

                <li class="nav-four last"><a href="#classics">Classics</a></li>

 

but i have

 

 

<tr>

<td rowspan="17">

<img src="images/01MainFR_24.gif" width="15" height="1116" alt=""></td>

<td colspan="5">

<img src="images/01MainFR_25.gif" width="237" height="41" alt=""></td>

<td rowspan="16">

<img src="images/01MainFR_26.gif" width="16" height="1075" alt=""></td>

<td colspan="19">

<img src="images/01MainFR_27.gif" width="724" height="41" alt=""></td>

<td rowspan="16">

<img src="images/01MainFR_28.gif" width="8" height="1075" alt=""></td>

<td>

<img src="images/spacer.gif" width="1" height="41" alt=""></td>

</tr>

 

Link to comment
https://forums.phpfreaks.com/topic/250209-like-ajax-tabs/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.