PDA

View Full Version : problems with grids appeareance



robertos
28 Jul 2007, 11:50 AM
Hello,

I have tried to integrate 2 types of grid(xml and array) from the default examples in td with width 389. I have adjusted the width of the div which contains the grid to 389 or less, then i have adjusted the widths of the columns from array-grid.js and xml-grid.js
so that their sum will be less then 389, so it doesn't overflow.
(a+b+c+d=389,i hope you understaood what i was trying to say.). However in both cases the same things happens: The header columns appear correctly however the data is displayed something like 2 or 3 columns to the right,it's not every data under it's column, they are not "valigned" properly. Any idea why?

Thank you.
ps:ofcourse in FF works!

robertos
29 Jul 2007, 8:16 AM
nobody,no idea?

mdelanno
29 Jul 2007, 8:52 AM
Include a screenshot would be nice. The problem occurs only in IE ?

robertos
30 Jul 2007, 4:52 AM
Fix it!:) It was because of some align="center" or "right" in the upper <td>.
Thanks!