[css-d] Limit of content in an element

2009-11-23 Thread Bill Braun
I am new to CSS. I am using an element as follows: #spdisplay { width: 550px; float: right; display:block; margin-top: 10px; } #spdisplay .box { width: 545px; background: #F6F9FB; border: 1px solid #E1E1E1; padding:10px 10px 15px 10px; float: right; } #spdisplay .box

Re: [css-d] Limit of content in an element

2009-11-23 Thread David Hucklesby
Bill Braun wrote: I am new to CSS. I am using an element as follows: [code removed] This works flawlessly until I exceed a certain amount of content in div class=box. It then causes the entire page to shift to the left about 10px or so. I've ruled out bad markup by simply taking content

Re: [css-d] Limit of content in an element

2009-11-23 Thread David Laakso
Bill Braun wrote: I am new to CSS. This works flawlessly until I exceed a certain amount of content in div class=box. It then causes the entire page to shift to the left about 10px or so. Bill B Try this. You'll see the shift cause. Maybe. Not checked cross-berowser. #spdisplay {

Re: [css-d] Limit of content in an element

2009-11-23 Thread David Laakso
Bill Braun wrote: I am new to CSS. This works flawlessly until I exceed a certain amount of content in div class=box. It then causes the entire page to shift to the left about 10px or so. Bill B Try this. You'll see the shift cause. Maybe. Not checked cross-berowser. #spdisplay {

Re: [css-d] Limit of content in an element

2009-11-23 Thread David Dorward
2009/11/23 Bill Braun bbr...@hlthsys.com: This works flawlessly until I exceed a certain amount of content in div class=box. It then causes the entire page to shift to the left about 10px or so. Would enough content happen to be enough to stop it fitting on one screen and 10px or so happen to