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
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
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;
}
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
Comment