Browser compatibility issues.

Discussion in 'CSS' started by jonny98002, Apr 26, 2009.

  1. #1
    I am writing my first WP template and I am having some serious browser compatibility issues.

    Here is a link the the html page http://marketingwithpromos.com/testtheme/testvalidate.htm

    In Mozilla it works great but in IE the top nav is in the wrong position.

    Any help would be greatly appreciated.
     
    jonny98002, Apr 26, 2009 IP
  2. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Please try to set a margin value for the H1. It's might solve your problem.

    <div id="authorBar">
    <h1>Just Another Wordpress Blog</h1> <----- this H1 need to set the margin value
    Tagline goes here...</div>
     
    normalfx, Apr 30, 2009 IP