IE can sometimes display a very confusing 3px gap (as described here). If the Holly Hack (height: 1%) won’t work try:
/* hide from MacIE \*/
* html #sidebar { margin-right: -3px; }
* html #content { margin-left: 0; }
/* end hide */
IE can sometimes display a very confusing 3px gap (as described here). If the Holly Hack (height: 1%) won’t work try:
/* hide from MacIE \*/
* html #sidebar { margin-right: -3px; }
* html #content { margin-left: 0; }
/* end hide */