View Single Post
Old February 26th, 2008, 12:31 PM   #6 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
931 posts
Gave thanks: 2
Thanked 93 times
Quote:
Originally Posted by Edwin View Post
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.
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote