Hi all,
Please take a look here:
82.166.229.71 /mocha
I have the top header div and the middle div with slogan div inside.
When I put H1 tag on slogan div it push the middle div down on Chrome & FF but not on IE 9
why?
any ideas?
thanks!
Hi all,
Please take a look here:
82.166.229.71 /mocha
I have the top header div and the middle div with slogan div inside.
When I put H1 tag on slogan div it push the middle div down on Chrome & FF but not on IE 9
why?
any ideas?
thanks!
There seems to be a problem with the page - it takes ages to load and there don’t seem to be any styles applied.
At a guess have you set the margins of the h1 to zero?
h1{margin:0}
All elements have default margins (or padding) and you need to explicitly control this as the amounts vary between browsers.
magic. solved the problem