If you go to http://www.rhythmandvibe.com/test/template.html, you'll notice that in firefox, there is a 1px line going across the page. In IE, however, that 1px line becomes about 20px. Why is this?
__________________
For over a thousand generations, the Jedi Knights were the guardians of peace and justice in the Old Republic. Before the dark times, before the Empire.
__________________
For over a thousand generations, the Jedi Knights were the guardians of peace and justice in the Old Republic. Before the dark times, before the Empire.
I always have the same problem as well.
For some reason, a div in IE has to be at least 20px wide and 20px heigh.
I usually try to work around this issue by giving the surrounding elements a padding or margin.
Hi. That's a problem with IE. I reccommend setting the border to 0px. Then, if you already haven't done so remove the page margins. Insert a table with a 1px bottom border with the correct color. Or, create a background image to do the same thing.