I have a newborn template from scratch. It looks OK in Firefox, but somehow I can't figure out what went wrong in IE browser. This is the page: http://firewalker.kamusilmiah.com And this is the CSS: http://firewalker.kamusilmiah.com/wp-content/themes/blackpearl/style.css
Please do leave a suggestion. Thank you very much.
What are you asking? Both browsers are rendering the page what looks to me to be identical unless I have actually looked over something which has been known to happen before...
Sorry for not being specific, I have a problem with IE6. In firefox, all the three columns are presented neatly. But in IE6, the right column suddenly fall down below the adjacent column. Can somebody help me with this?
First, the fact that IE thinks padding is not part of the width, whereas FireFow doesn't ... asking something like : width:200px; padding-left:100px; ... in IE you'll and up with a 300px wide box. (or maybe it's FireFox :) )
And, pay attention to the double-margin bug in IE .. (Float + margin = margin * 2)