Debugging CSS
Debugging the page for Firefox

The page that we use as an example was posted in a help forum, its author wanted to get rid of the space in the News Box menu in Internet Explorer.

As HTML is valid as well as CSS we can debug the page.

It has been reduced to a test case and three versions can be displayed here:

The screenshots below show the differences between browsers.

Editing for Firefox

The best method is to correct the styles (embedded or linked) with Firefox and check that Internet Explorer reacts correctly.

We add overflow:hidden; in #divContainer to enclose the floated content.

step 1

We remove the useless hack * html and move the attribute in #divLeftColumn.

step 2

We add #divRightColumn{margin-left:265px;} for the moment.

step 3

Then we can deal with Internet Explorer.