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?Â
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.