http://www.tantek.com/CSS/Examples/boxmodelhack.html
I did the exact thing on my page and it doesn't turn out to be like the example that's shown on that page. Somehow the box shown on Mozilla Firefox is longer than what is showing on IE6.
One thing I don't understand is the following code:
Code: Select all
#maincenter {
width:280px;
float:left;
padding: 0;
}
html>body #content #maincenter {
width: 280px; /* ie5win fudge ends */
}