Problem with white space in IE6

Hi,

I am helping a friend with their companies website.

I have a rough redesign located here:

http://mgdesign.hostultra.com/tcb/

I thought it was all sitting ok but when I went into their office the dude was using IE6! There is a horrible white box outsdie the container to the right and I cant figure out why.

Can anyone help me out with helping me discover what is causing this problem please?

Screenshot of problem:
http://mgdesign.hostultra.com/tcb/shot.jpg

Any pointers would be really appreciated.

You have a 100px right margin on your logo thus making it 100px too big to fit. Unlike other browers IE6 tries to help you out by stretching the container to accomodate this extra height. Other browsers just let it overflow.


#logo
{
    width:930px;
    height:250px;
    background-repeat:no-repeat;
    [B]/*margin-right:100px;*/[/B]
}


Dont know how I missed that!

Thank you so much Paul, you are always around here and have helped me out on countless times.

Much appreciated. :slight_smile: