I'm baffled.
http://www.froso.dk/test/index.html
Webpages look perfect in IE7, although for some reason Firefox adds a fairly big white space above the top headline on the same webpage.
Any ideas of how to remove that extra space?
Cheers,
Bassa
I'm baffled.
http://www.froso.dk/test/index.html
Webpages look perfect in IE7, although for some reason Firefox adds a fairly big white space above the top headline on the same webpage.
Any ideas of how to remove that extra space?
Cheers,
Bassa
Last edited by bassa; 04-09-2009 at 08:07 AM.
I get the same result in both browsers, mind providing a screen shot from both browsers?
Jeremy | jfein.net
Sure, mate.
IE screenie:
Firefox screenie:
Cheers,
Bassa
Try adding this to your CSS code:
Good luck!Code:h1 { margin: 0; }
And once again, Snookerman saves my ass.
Btw, why doesn't my bookmark linking work in FF?
I got this nifty little arrow icon that allows the user to jump to the top of the page by clicking on it, but it only works in IE.
Link: http://www.froso.dk/test/produkter/tilbehoer.html
Cheers,
Bassa
Well, duh! :P
...Should be:Code:<div id="headline"><h1 name="top">Tak for din henvendelse</h1></div>
Code:<div id="headline"><h1 id="top">Tak for din henvendelse</h1></div>
Cheers,
Bassa
PS: Case closed!
You're welcome Bassa, glad to help you!
Good luck with the site!
Bookmarks