jquery - jqgrid - table headers label alignment problem in IE -
i have problem jqgrid headers.
in firefox displaying shown below...
in ie7 displaying shown below...
can solve problem...
i used following html jqgrid
< table id="list" cellpadding="0" cellspacing="0">< /table>
< div id="pager" >< /div>
i think known issue because i've seen it, - in ie9. if, example, have title long inside of narrower column, bumps contents of column in header row out of alignment , part of word overlap next column if "overflow" on class being ignored.
as quick fix, if set column width wider text in header, not show alignment problem. know not best-case solution because if manually collapses width on column, mess alignment again.
best can tell when @ css jqgrid, <div>
hold text inside of <th>
row has overflow compatibility issue styles applied <th>
control white-space, float , text-align.
Comments
Post a Comment