Tree Grid images are not set in proper containers to allow for vertical-align=middle of associated text. I used one of the XML files provided as a sample and you can see from the image that it looks discombobulated.
My error. The images are vertically aligned very well. It is the associated text that’s misaligned.
Tested in IE, FF, & Chrome. Curiously, the problem is only evident in IE. All looks good in FF & Chrome.
Unfortunately we cannot reproduce this issue locally. Please open ticket at support.dhtmlx.com/ and provide us example where we can reproduce it.
The problem – again, in IE only – is directly related to the use of
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
as opposed to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
How can I get IE alignment to work properly with the transitional DOCTYPE?
Unfortunately we cannot reproduce this issue locally. Please open ticket at support.dhtmlx.com/ and provide us example where we can reproduce it.
In order to get past the problem I’ve “bitten the bullet” and moved to use of “strict” DOCTYPE.