Jump to content

IE shows big break before table with no reason


mistersixt

Recommended Posts

Hi all,I am currently programming some websites for our local football club. I have a strange problem with IE only, please see this page:http://www.morbitzer.de/home/ac-kostheim/kontakt.htmlWhy on earth is IE6 showing a big break between the very first <h3> "Vorsitzende" (sorry, it is in german) and the first table? The next <h3> and the following tables look ok - although it is basically the same coding.The same thing here:http://www.morbitzer.de/home/ac-kostheim/ringen.htmlI do not have this issue with Firefox and Konqueror. Any help is welcome, did I do something wrong or is this maybe a bug in IE6 ? If so, how can I fix it?thanks in advance,mistersixt.

Link to comment
Share on other sites

interesting problem. can we have the code? I think it might be that FF has a default distance to put the text down in the <br /> tagwhere is ie the br tag shifts the text according to the font size

In another forum I just found a workaround, adding this line to the stylesheet fixes the IE problem:
* html #content {height:1%;}

Here it is explained what it is doing:http://www.satzansatz.de/cssd/onhavinglayout.htmlKind regards, mistersixt.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...