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> Quote Link to comment 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. Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.