Results 1 to 3 of 3

Thread: jQuery Drop Line Tabs

  1. #1
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up jQuery Drop Line Tabs

    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,

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  3. #3
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •