[UPHPU] [CSS] - Text Wrapping Question.

Smith, Jeff Jeff.Smith at hollycorp.com
Fri Sep 8 10:07:20 MDT 2006


Another workaround would be to add the following to your CSS. I haven't
used this approach in a while, but I seem to recall this having worked
in the major browsers:

.postBody{
  overflow: hidden;
}
* html .postBody{
  height: 1%;
}

overflow: hidden causes browsers to expand the postBody div around all
elements inside it, and the height: 1% is a hack to make it work in IE.

Jon


_______________________________________________

You guys never cease to amaze me.  Thank you very much.

Jeff Smith



More information about the UPHPU mailing list