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 javascript console tell me that textAlign is not correct
> 
> so under explorer that indicate a javascript error on info.phtml
> 
> didn't see it on explorer? or Firefox?
> 
> Walter
> 
>> see
>> eg.
>>
>> http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/textal
>> ign.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[cl].style.textAlign = align;
>>>
>>> with
>>>
>>> table.rows[r].cells[cl].style.align = align;
>>>
>>> the attribute textAlign is not correct i think
>>>
>>> What do you think about Armin ?
>>>
>>> Bye
>>>
>>> Walter
>>>
>>>
>>>
>>> --
>>> Walter Lorenzetti
>>> email+jabber: walter at faunalia.it(com)
>>> www.faunalia.it(com)
>>> Piazza Garibaldi 5
>>> 56025 Pontedera (PI)
>>> Italy
>>> Tel: (+39)347-6597931
>>>
>>> _______________________________________________
>>> Pmapper-users mailing list
>>> Pmapper-users at faunalia.it
>>> http://faunalia.it/cgi-bin/mailman/listinfo/pmapper-users
> 

Reply via email to