I\'ve got a record management web application which displays a master record on one screen and AJAXes dynamically built editors into an editor div, which I\'ve used JQuery t
CSS hacks are needed sometimes:
* + html #editor #closebutton /* IE7 */, * html #editor #closebutton /* IE6 */ {margin-right: 100px;} // insert whatever value that fits here