Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: CSS Dropdown menu for the header- With Categories!

    pageblair - We can't tell what kind of damage has happened without seeing what it looked like before...

    Actually, looking at your HTML source in Firebug, the dropdown <ul> encloses the whole rest of the page. It is not being closed at the proper place.
    This line in your source shows that you tried to comment out a <li> but did not close the comment, causing the problem:
    HTML Code:
    <!--             <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>
                          </ul>
    Add --> to the end of the commented line:
    HTML Code:
    <!--             <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>-->
                          </ul>

  2. #2
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    I cant find the page this line of code is on?

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: CSS Dropdown menu for the header- With Categories!

    You won't find this verbatim in the PHP file. Look in whichever file handles the list this <li> belongs to. You might try searching for
    Code:
    <!--             <li>
    to narrow the field.

  4. #4
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    <!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>
    </ul>

    I cant find this piece of code, searching for hours.

  5. #5
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    But I was able to repair the problem through firebug.

    But cant find live code.

    Thanks for being patient

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: CSS Dropdown menu for the header- With Categories!

    As I said, you won't find that code verbatim, because it is composed from bits by the PHP file. You need to look for distinct segments of the code... perhaps <li><a class="noLine"

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Posting Permissions

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