Styling of Multiline Cells
I have rows of which one cell may contain one or more lines. Because I do not know the amount of lines that might appear in the cell I use the following CSS definition to resize the cell automatically
This works perfectly in FF, but IE displays it differently. The cell borders are not complete.
http://www.highlanders.co.za/userfiles/raybiez/snag0002.png
Has anyone dealt with a similar problem? Or do you have some advise as how to fix the borders?
.active-grid-row,
.active-grid-row .active-list-item,
.active-scroll-left .active-list-item {height: auto;}
This works perfectly in FF, but IE displays it differently. The cell borders are not complete.
http://www.highlanders.co.za/userfiles/raybiez/snag0002.png
Has anyone dealt with a similar problem? Or do you have some advise as how to fix the borders?
Neil Craig
October 5,