Re: [css-d] Problem with Width setting in IE & Firefox

2006-01-30 Thread cj
without a live page to look at, i would guess that you put one of the following on the same element that you made width 100% (in this case body): - right or left margin - right or left padding - right or left border since the box model the w3c decided to go with makes the *content* part of the el

[css-d] Problem with Width setting in IE & Firefox

2006-01-30 Thread Zach Byrd
Hi, I set the width(of the body) for a site I am currently working on to 100% in the CSS. But, for some reason the scroll bar is at the bottom, and I have to scroll to the right slightly to see the whole page. I thought when the width was set to 100%, this was to avoid this type of problem.(Shouldn