> From: gecko68
>
> Am I missing something regarding cross browser compatibility?
>
> When I try to read parseInt($("#tagCloudData").css('width'))
> I get NaN in IE, yet Firefox gives me the correct value.
>
> The width is NOT set in the style sheet or in the style tag,
> as it is variable. I
gecko68 schrieb:
Am I missing something regarding cross browser compatibility?
try this
parseInt($("#tagCloudData").width())
--
Viele Grüße, Olaf
---
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
---
2 matches
Mail list logo