treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Problem with strong tags and links dropping down in Firefox

  • This is my first post on here so go easy on me.

    I am having a problem with a site I am working on when viewing in Firefox. The words that have strong tags are dropping down from the rest of the line. The same thing is happening with the links.

    I can't find anything that I might have accidentally added to the CSS that would cause this to happen and since I've never seen it before, I have no idea on how to prevent it. Any thoughts on what I am missing or might have done?

    Page: http://pbeo2k8.pbeo.com/problem_test.aspx

    Thanks, Scott
  • This line in your CSS is causing the trouble:

    * {
    vertical-align:middle;
    }
  • "falkencreative" said:
    This line in your CSS is causing the trouble:

    * {
    vertical-align:middle;
    }


    Yes it was, all fixed now. Thanks for the help!
  • I love that by the time I get around to reading a thread someone has already jumped in and totally solved the problem. Community rules.