Absolute Positioning is Different in Chrome?

Discussion in 'CSS' started by theblurr5495, Aug 7, 2011.

  1. #1
    On my website slowchange.net, the absolute positioning of the Rss and Twitter text on the top right works perfect in IE and Firefox. But on chrome it positions differently. Code:

    .links {font-size:20px; letter-spacing:2px; position: absolute; left:915px; top:168px; z-index:1;}

    and php code:

    <div class="links"> <img src="http://www.slowchange.net/wp-content/uploads/2011/08/rss.gif" /> <a href="/feed">RSS</a> <a href="http://twitter.com/slowchange">TWITTER</a> </div>

    Can someone help please? 
     
    theblurr5495, Aug 7, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    It seems to be working fine for me.

    They are supposed to be in the menu bar right? 
     
    Toycel, Aug 8, 2011 IP
  3. Mr. BreeZy

    Mr. BreeZy Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    As said above, it seems to be working fine. All the links are in the header.
     
    Mr. BreeZy, Aug 8, 2011 IP
  4. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #4
    If it isn't working fine for you though try a clear/reset in the CSS if you haven't already got one.
    That way the site will react the same in all browsers.
     
    Toycel, Aug 9, 2011 IP