space between default positioning div and top of page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thjacobs
    New Member
    • Jan 2010
    • 2

    space between default positioning div and top of page

    Hi,

    Here is my problem, in Firefox (and Chrome) if I load my page
    http://www.maioproject .org/IT/index.php
    for the first time there is a blank between the top of the page and the div id=main.
    If I reload the page this gap disappears ..
    I've looked a bit to find an answer to this, all I found was to put
    Code:
    html, body {
    	margin: 0;
    	padding: 0;
    }
    at the begin of the CSS, I did it but with no result.

    Full CSS can be seen here
    http://www.maioproject .org/maio.css

    The thing that really puzzle me is that it is fine when reloading, it's driving me insane.

    Thanks a lot for your help

    Thibault
  • dgreenhouse
    Recognized Expert Contributor
    • May 2008
    • 250

    #2
    I'm not having any issues with your site... The content holder is flush-top...

    Comment

    • thjacobs
      New Member
      • Jan 2010
      • 2

      #3
      Hi,

      I identified the issue in the meantime, it was because i use addThis for the website and it added a div between the opening body tag and the first div of my page.

      See


      Thanks for the answer

      Thibault

      Comment

      Working...