Current Filter:
Category: ColdFusion
Date Range: 5/1/2008 - 5/31/2008
(clear filters)

Wednesday, May 21, 2008

UPDATE - CFGRID wrapping text

A few weeks ago I posted about needing to wrap text in a CFGRID's cell. (Read the original posted that I just updated...)

The code I provided didn't work in IE (figures!) but I've since added display:block; to the rule and it works for me...

Here it is, new and improved:

div .x-grid-cell-text{white-space:normal;display:block;}


I'm interested in hearing if anyone has a better fix, or if this doesn't work right for some use case or browser.

Posted by ~Angela | Comments (2) | Add Comment | Permalink