[Pmapper-users] Sort query.....

2006-03-09 Thread Armin Burger
I get no errors for Firefox, IE and Opera. 'text-align' (becoming textAlign in DOM) is a valid style in CSS level 1 (from 1996) http://www.w3.org/TR/REC-CSS1#text-align armin Walter Lorenzetti wrote: > Alle 15:53, gioved? 9 marzo 2006, hai scritto: > I saw it Armin > > but with firefox javasc

[Pmapper-users] Sort query.....

2006-03-09 Thread Walter Lorenzetti
Alle 16:00, gioved? 9 marzo 2006, hai scritto: Sorry i've to reply only to Armin but not to the list Walter > Alle 15:53, gioved? 9 marzo 2006, hai scritto: > I saw it Armin > > but with firefox javascript console tell me that textAlign is not correct > > so under explorer that indicate a javascr

[Pmapper-users] Sort query.....

2006-03-09 Thread Armin Burger
see eg. http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/textalign.asp armin > > Hi list, > > working on pmapper2 i find a javascript bug on query results: > > in the function ts_alignCols() on line 94 of sorttable.js file > at line 106 i change > > table.rows[r].cells[

[Pmapper-users] Sort query.....

2006-03-09 Thread Walter Lorenzetti
Hi list, working on pmapper2 i find a javascript bug on query results: in the function ts_alignCols() on line 94 of sorttable.js file at line 106 i change table.rows[r].cells[cl].style.textAlign = align; with table.rows[r].cells[cl].style.align = align; the attribute textAlign is not correct