Be careful when using negative margins. Make sure that there are no other left/right margins that you don't want. For example, if you have a CSS class that uses a left/right margin of 0, it will give you the normal margins for that class. Also, if you have simulated blockquotes, don't use left/right margins with any value other then 0. That will give you the normal margins which would be good for a blockquote (even if simulated).
|