Hi,
I occasionally want content (such as a navigation bar or customized date classes) to jump over the main width (of let's say 1000px) using a negative margin.
Because of the overflow:hidden, I can't have any jump the border. If I remove the overflow or set it to visible, the background (a simple #FFF) disappears.
It might be because I have my content set to float:left and sidebar to float:right, but I can't remove the floats or my sidebar drops...
Does anyone know how I can fix it? Its driving me nuts.
Thank you.