> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 25, 2007 1:48 PM > > David, > > I got around the problem you describe by applying a style to > <h:outputText/>; e.g., <h:outputText > styleClass="popup">Description of the security role.</h:outputText> > > .popup { > height: 5em; > width: 35em; > }
That's assuming you know what width to use. In place of the text "Description of the security role.", I actually use a tag to pull the value from the message bundle for internationalization issues. The messages I've been setting up include <br /> and other tags as necessary for the contents to be descriptive and useful. Firefox & Opera handle this gracefully, and I'd like the same for IE w/o resorting to hard coded values if possible...

