Currently I am working on creating a custom IE6 CSS. However, I am facing an issue where an extra 50px is being added to the header div. Even though I have set the header size to 109px, it is displaying at 159px. When I add any element below the header div, it seems to be taking up the extra 50px. I have tried using 'display: inline' as an IE6 hack, but it only resets the left margin which is not ideal for my situation.
Here is the code snippet I am referring to: