please see below link and help me to fix this problem.
my problem occur in IE6,7,8.
in fire fox you will see the page like this:

but in IE6,7,or 8 we will see different face!
let me show in below picture:

what should I do to fix this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
those divs that contains your text seems to miss the width property, internet explorer makes the width of that div depending on how much text you got in those divs. try to set a max-width of 100%(or how much pixels you want) to the headerCenter div or/and boxTitle btlink div. this might help you.