techker Posted November 1, 2011 Share Posted November 1, 2011 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 More sharing options...
trq Posted November 1, 2011 Share Posted November 1, 2011 Your markup should be a list. Tables are not meant for such data. Link to comment https://forums.phpfreaks.com/topic/250209-like-ajax-tabs/#findComment-1283908 Share on other sites More sharing options...
techker Posted November 1, 2011 Author Share Posted November 1, 2011 see the attached..this is my menu. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/250209-like-ajax-tabs/#findComment-1283928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.