Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with strong tags and links dropping down in Firefox

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24080
    santiago
    Member

    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

    #53652

    This line in your CSS is causing the trouble:

    * {
    vertical-align:middle;
    }

    #53654
    santiago
    Member
    "falkencreative" wrote:
    This line in your CSS is causing the trouble:

    * {
    vertical-align:middle;
    }

    Yes it was, all fixed now. Thanks for the help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.