http://www.folkehøyskole.org/ How do I remove the space below the top logo, on IE there is no space but on firefox it is and on chrome. And why doesnt i get sent to the index page when i clic on the logo? Please help!!
Never, ever use IE as a reference for how things should work. Always, always use a modern browser and that is NEVER IE. I'm heading out the door for dinner but the first obvious problem is the <br> you have between the two elements causing the space which IE is ignoring. I don't know if that entirely fixes the problem or not. Firefox and Chrome are showing what you wrote. IE is making things up as it goes along.
I'd suggest getting rid of time image maps completely, and rebuilding the header of your website. Using a single image for the logo, the header, and the menus is absolutely wrong.
I would advice to use clean coding while building any website. Try to keep style sheets away from the html codes it will give you the exact picture as to where exactly the problem lies with. Use applications like dreamweaver it will make work more easier then ever. hope this would help, Regards, Chetan Chitte
Hi not 100% , it is still a little space between the logo and the rest but not so much as before. This is only on firefox, IE and chrome works great.
To the anchor for that image, add 'vertical-align:bottom'. Images are aligned to the baseline of the text, hence the gap.
drhowarddrfine means this.... <a href="index.htm" style="vertical-align:bottom"> <img hspace="0" height="350" border="0" align="bottom" width="850" vspace="0" usemap="#Map2" alt="folkehøyskoler, folkehøyskole, folkehøgskole, folkehøgskoler, moderne norsk" src="folkehoyskole.gif"> </a>