Space in IE - FF displaying fine

On my personal website, when viewing one post, I have an overview of the DIV, and in FF, it has no space between the main header and the excerpt, but there is room in IE. Any idea on how I can get rid of this?

I have FireBug for FF and I installed IE Developer toolbar on my other PC to try and inspect the code to find the problem, with no luck.

http://www.ryancoughlin.com/2008/12/19/dunks-or-starbucks-who-comes-out-on-top/

This is an example.

Any ideas?

+1


source to share


2 answers


it looks like the div containing the calendar date is pushing it because there is a width of 100% in the excerpt, set it to 90% and you will see it bounce back up.

edit: if you change the width of the DEC 19 calendar container thing to 80 from 88 it should look better



here's what i see in IE Developer Toolbar

http://imagebin.antiyes.com/451

+1


source


Try adding reset css file before using any other stylesheets. This will reset the inconsistencies in standard css between browsers.



0


source







All Articles