Skip navigation
Currently Being Moderated

Spry Menu Issue

Jun 27, 2012 7:25 PM

My page is here:  http://www.healthquestpt.com/lwh/

 

The first 2 tabs dropdown menus work fine, the rest just arent there.  Please help. 
Thanks!!

 
Replies
  • Currently Being Moderated
    Jun 27, 2012 8:39 PM   in reply to BcSurvivor08

    There is no closing tag

    <li><a href="paper.html">Copy &amp; Printer Paper</li>

    Gramps

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 28, 2012 8:07 AM   in reply to BcSurvivor08

    Have a look at the border here

    ul.MenuBarHorizontal a

    {

        display: block;

        background-color: #6d6f71;

        text-decoration: none;

        text-align: center;

        padding: 4px 0;

        color: #fff;

        border-top: 1px solid #6d6f71;

        border-right: 1px solid #6d6f71;

        border-left: 1px solid #6d6f71;

        -moz-border-radius: 10px 10px 0 0;

        -webkit-border-radius: 10px 10px 0 0;

        -khtml-border-radius: 10px 10px 0 0;

        border-radius: 10px 10px 0 0;

    }

    and compare that to this border

    ul.MenuBarHorizontal a:hover

    {

        background-color: #fff;

        color: #1b75bc;

        border-top: 2px solid #6d6f71;

        border-right: 2px solid #6d6f71;

        border-left: 2px solid #6d6f71;

    }

    They are both applied to the same element, just a different state. Sure it will jump around. To see what I mean, exaggerate the result by increasing the border width on one of the states.

     

    Gramps

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points