H1 tag in IE not conforming to ID font size

Discussion in 'CSS' started by NewComputer, Jan 21, 2005.

  1. #1
    Hey gang,

    I am having an issue with IE. It is not resizing my H1 font size that I specified in my style sheet properly. It is defaulting to a generic IE H1 size. I can't get it to work with a class either.

    There was a thread over at SEO CHat but it still did not resolve the issue.

    Can someone let me know if there is a workaround for this...

    Thanks in advance.
     
    NewComputer, Jan 21, 2005 IP
  2. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #2
    I have not gone so far as using style sheets but have used style statements in the heading with statements like

    H1 {
    color:#003366;
    font-size:18pt;
    font-style:normal;
    }

    which has worked for me.

    Shannon
     
    Smyrl, Jan 21, 2005 IP
  3. Solicitors Mortgages

    Solicitors Mortgages Well-Known Member

    Messages:
    2,217
    Likes Received:
    139
    Best Answers:
    0
    Trophy Points:
    103
    #3
    here's mine

    h1 {font-size: 24px;
    font-family: verdana;
    font-weight: normal;
    margin: 0;}
     
    Solicitors Mortgages, Jan 21, 2005 IP
  4. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #4
    Thanks gang,

    as quickly as I posted I realized... sheesh...

    Sometimes the simplest tasks cause the most problems...
     
    NewComputer, Jan 21, 2005 IP