Schalk wrote:
I have a question that is not particular to a site I am developing
but, I have experienced this. What makes text break outside the
border of a DIV? If there is something that will cause this, what can
be done to undo this and make the content fit into the given width of
the DIV?
Sounds like you're describing a text-carrying element (<p> or whatever)
that is given a 'width: 100%' and some margins and/or paddings. That may
make it overshoot a container-div with given width, and so the text is
breaking outside the container-div. Won't happen in IE/win unless
there's some other (tricky) styles involved.
Solution (in that case): make sure the text-carrying element doesn't
have a width, which is equal to 'width: auto;'.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/