Quote:
Originally Posted by Edwin
When I look at my blog with Firefox, it looks as it should be, but when I'm looking at it with IE (at work, can't install other browsers  ) it looks wrong. Since I'm not a coder/designer myself, I've no clue on where to look for it.
I will attach the index.php file, maybe someone can see from that what I <bleeped> up.
|
Your divs widths (left--200, right--168,main--432) add up to 800 which is the same as your container(800). Any extra padding, margin, or border will not allow a fit and the div to load last (your main here) will have to go into overflow and display later in the page. The right div is snapping to the left because they have it floating left instead of right.
Increase your overall container to like 810 px. Increase if it still has not positioned correctly and back off until it holds and add 1px for good measure.
Browsers are like heart transplant doctors. You want to educate them with your scripts so you know you don't have a rejection on your patient. IE has a greater degree of finesse to details.