Posted by Jim Moe on 05/05/06 22:05
talthen.z-serwera.o2@nospam.pl wrote:
> When the text in div.b is longer than width of page - width of div.a then it
> dissapears. How can I make div.b take all the space in div.o (width: auto is
> not working) and not dissapear?
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
Use a complete DTD. Otherwise it is left to the browser's imagination
how to behave.
The Strict DTD is expected for new documents:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|