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 {
border: 1px solid fuchsia; <----------- :: add 4 position only and then
delete
}
#spdisplay .box {
width: 545px;<----------- :: delete
float: right; <----------- :: delete
}
#content {
border: 1px dashed red;<----------- :: add 4 position only and then delete
overflow: hidden; <----------- :: add
}
#wrap {
border: 1px solid lime;<----------- :: add 4 position only and then
delete
overflow: hidden; <----------- :: add
}
Best, ~d
______________________________________________________________________
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/