Hi
I am newbie to DOJO. I need to get node coordinates by excluding margin and padding values.
Using dojo.coords() it returns width and height of node by including margin and padding values.
Is there any way to get exact width and height of a node(excluding margin value)?
Please help me out..
Thanks in Advance
Ramakrishna Nalla

look at dojo.marginBox(n)
look at dojo.marginBox(n) and dojo.contentBox(n) ... both are normalized for the box models.
Thanks dante,
Thanks dante,
dojo.contentBox()method solved my problem.Thanks & Regards
Ramakrishna Nalla