I'm working on a three column css based layout. The left and right columns have set pixel widths, and the middle column expands/contracts based on the browser window.
The issue I've run into is this. The uppermost piece of content in the middle column needs to have a specified height (175px). When I go into the CSS for that content piece and specify the height however, the width of the content piece is reduced by 3 pxiels on both the left and right sides for some reason.
I'm not sure that this bug is exactly the 3 pixel text jog, although it seems like its most likely related somehow.
The issue isn't the result on running a float by a text block, but of specifying the height of a block element. If you have IE6 PC, take a look at the code from my original post. The sides of the area marked Main Div 1 should touch the sides of the left and right modules, but instead there is a three pixel space. If you go into the css and take out the height specification for mainDiv1, then the sides meet perfectly.