[jQuery] innerStyle and .css

[jQuery] innerStyle and .css

Hallo,
I have problems with using jquery and innerstyle-definitions. I create
a dynamic page with such code:
<div id="node40" class="leaf" style="font-size:
0.1em;position:absolute;top:417px;left:299px;width:51px;height:33px;border:
1px solid black;background-image:
url(index.php?action=getImage&node=node40)">&nbsp;</div>
Now, I have to get the top and left values. Unfortunatelly
$('node40').css("top") and $('node40').top() returns "0px". I think,
the reason is the innerstyle definition. Because the page is created
dynamicly, I cannot create an extra css file.
Is there a way to get the correct left and top position?
Mathias
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/