• BjollerNa3

    (@bjollerna3)


    Hey people

    Though that someone could help me with this problem. I have searched several forums for an answer, but with no sufficient results.

    On the homepage here I have made the menu bar at the left side of the screen. The font looks as I expected both in Chrome, IE, Safari etc. but not Firefox! It seems to be only the problem with the menu bar, that is defined by h2.

    Any suggestions on this? It seems like my CSS modifications to the font (to make h2 bold and larger) does not apply in Firefox at all. Really frustrating.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • flamenco

    (@flamenco)

    Your site doesn’t validate, you have an unclosed H2 in your code. Other browsers must have forgiven this mistake.

    Even with this mistake, if you really want those links big you could simply style the links the same way you do with the h2.

    .sidebar a {
    color:#113551;
    font-size:16pt;
    font-weight:bold;
    letter-spacing:2px;
    text-decoration:none;
    text-transform:uppercase;
    }

    Moral of the story is… validate! ??

    Thread Starter BjollerNa3

    (@bjollerna3)

    Thanks a lot! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘h2 not looking correct in FF’ is closed to new replies.