Skip navigation
mur30phy
Currently Being Moderated

Why is my horizontal spry menu on 2 lines??

Jul 15, 2012 6:21 PM

It was working fine until I set a 1px border to the bottom, then my last item moved to another line. I tried removing the border and that did not fix the problem. I changed the width of the menu as well and that didn't work either. What am I missing? I have been working on this dang spry menu all day!

 

I don't now if this code helps, if you can't see the css:

  <ul class="MenuBarHorizontal style10" id="MenuBar1">

    <li>

      <div align="center"><a class="MenuBarItemSubmenu" href="#">HOME</a>

        <ul>

          <li><a href="#">CONNECT</a></li>

          <li><a href="#">Item 1.2</a></li>

          <li><a href="#">Item 1.3</a></li>

        </ul>

      </div>

    </li>

    <li>

      <div align="center"><a href="#" class="MenuBarItemSubmenu">COMPANY OVERVIEW</a>

            <ul>

              <li><a href="#">WHO WE ARE</a></li>

            </ul>

      </div>

    </li>

    <li>

      <div align="center"><a class="MenuBarItemSubmenu" href="#">EVENTS</a>

            <ul>

              <li><a href="#">HIGH PROFILE</a> </li>

              <li><a href="#">CHARITY</a></li>

              <li><a href="#">CORPORATE</a></li>

              <li><a href="#">PRIVATE</a></li>

            </ul>

      </div>

    </li>

    <li>

      <div align="center"><a href="#" class="MenuBarItemSubmenu">CLIENTS</a>

        <ul>

          <li><a href="#">PRESS</a></li>

        </ul>

      </div>

    </li>

    <li>

      <div align="center"><a href="#">SERVICE</a></div>

    </li>

  </ul>

 

mac:cs3

 
Replies
  • Currently Being Moderated
    Jul 15, 2012 6:50 PM   in reply to mur30phy

    A link to the page would be much better. What we see here is pretty much standard; all the styles will give the answer.

     

    Beth

     
    |
    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