Hi,
i am using jQuery Drop Line Tabs.
1) Is there a way, When i click the menu tab, its display the dropdown line menu tab?
2) Is there a way, no need to display the "down.jpg" in the menu tab and dorpdown menu tab?
Thanks,
Hi,
i am using jQuery Drop Line Tabs.
1) Is there a way, When i click the menu tab, its display the dropdown line menu tab?
2) Is there a way, no need to display the "down.jpg" in the menu tab and dorpdown menu tab?
Thanks,
If you give us a link to your page or information about the script you are using, that will help us be able to answer your question. From what you have said, I don't know the answer. (If you say more, I don't know if I will, but I think someone here will.)
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Hi,
I follow this link steps: http://www.dynamicdrive.com/style/cs...rop_line_tabs/
Code:<ul> <li><a href=""><span>Home</span></a></li> <li><a href="<?php echo $_SERVER['PHP_SELF']; ?>?c=appli">Applications</a> <ul> <li><a href="<?php echo $_SERVER['PHP_SELF']; ?>?c=attend">Student </a></li> <li><a href="<?php echo $_SERVER['PHP_SELF']; ?>?c=cca'">CCA</a></li> </ul> </li> <li><a href="#">Account Management</a></li> <li><a href="<?php echo $_SERVER['PHP_SELF']; ?>?c=logout">logout</a></li> </ul>
Last edited by apssiva; 04-05-2011 at 07:04 AM.
Bookmarks