Navigation bar question

Options

Hi,

I can't get the top navigation bar to look good in Firefox for our new Teamraiser campaign. It looks ok in Internet 8.0.  Here is the link to the teamraiser: http://www.resolve.org/hero.  Has this issue happen to anyone else? If so, how did you fix this problem?

Any help would be appreciated.

Thanks!

Marnee

Tagged:

Comments

  • Here's the html from your navigation. Notice the paragraph tags.

    <div id="main_nav">



         <p> </p>



    image     <ul>



    image          <li class="first">



    image          <li>



    image          <li>



    image          <li>



    image          <li class="last">



         </ul>



         <p> </p>



         <div></div>



    </div>

    If you can remove those the problem should be corrected, otherwise you could add this to your CSS.

    #main_nav p {

        display: none;

    }

    Regards, Brian

Categories