Log in

View Full Version : Resolved Odd spacing in FF?



bassa
04-08-2009, 02:53 PM
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

Nile
04-08-2009, 02:57 PM
I get the same result in both browsers, mind providing a screen shot from both browsers?

bassa
04-08-2009, 03:31 PM
Sure, mate.

IE screenie:
http://www.ufodesign.dk/ie.jpg

Firefox screenie:
http://www.ufodesign.dk/ff.jpg


Cheers,
Bassa

Snookerman
04-08-2009, 08:46 PM
Try adding this to your CSS code:

h1 {
margin: 0;
}

Good luck!

bassa
04-09-2009, 06:26 AM
And once again, Snookerman saves my ass. :D

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

bassa
04-09-2009, 08:05 AM
Well, duh! :P


<div id="headline"><h1 name="top">Tak for din henvendelse</h1></div>

...Should be:


<div id="headline"><h1 id="top">Tak for din henvendelse</h1></div>

:D


Cheers,
Bassa


PS: Case closed!

Snookerman
04-09-2009, 02:46 PM
You're welcome Bassa, glad to help you!

Good luck with the site!