Sent by Jin Kim on 19 August 2002 20:08
On Monday, Aug 19, 2002, at 02:58PM, [EMAIL-REMOVED]> wrote:
>http://www.trusecure.com/solutions/
>
>Why is my main #Content area indenting? I can't figure it out for the life
>of me.
I think it's relatively positioning 158px from the left column rather than from the browser's edge.
So either set "position: absolute;" (in which case you'll also need to give it top: value) or change
"left: 158px;" to "margin-left: 158px;"
Also changing to "margin-left: 158px;" effect #SideBar in IE6/Win. Adding "left: 0px" to #SideBar
will that.
Jin