Hi Scot, Whenever I have troubles like this, a technique that usually helps me is by applying border to elements. You could try applying a border with a different colour to each of the elements in that particular part of the page, or you could do something brutish like:
#content *{ border: 1px solid red !important; /*Remember to take me out when you're done!!!*/ } By applying borders, you help define the content width, margins, and padding of elements, and see how they are potentially interacting and impacting the placement of each other. Hope this gives you some hints... C. Scot Schlinger wrote: > Hey All, > > I have a design that uses the negative margin technique to have a three > column layout (http://www.baseballtriviaquiz.com/bpg/) that seems to be > working across browsers in windows. I have a second page that is two column > at the top and three column at the bottom. The content in the first column > of the three column portion is "jumping" up higher than the other two > columns (sorry for my bad explanation). It seems (use this loosely) to be > working in FF 2.x and Safari for windows but seems to have this problem in > IE 6.x, IE 7.x, and Opera 9.x. > > Site: > http://www.baseballtriviaquiz.com/bpg/pontiac.html > > CSS: > http://www.baseballtriviaquiz.com/bpg/css/pontiac.css > and possibly > http://www.baseballtriviaquiz.com/bpg/css/general.css > > Thank you for your time and help, > Scot > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/