www.webinception.com On the homepage of my site I use jQuery to dynamically remove a class and add a class to the 3rd div box under Recent Projects. What this does is allow the floated boxes to all line up on a single row by removing the default class for this box and add in an identical class that has a margin-right:0 rule. Since these boxes are built dynamically by ExpressionEngine this was my way to remove the right side margin.
In IE7 and IE6 what is happening is that the DOM is loaded in with that 3rd box on a second row, then jQuery loads in the new class and all layout items under the box shift up, which includes the footer background. However, the footer P tags aren't shifting up. Any ideas?