Hi,
I have developed one custom dropdown JSP tag just as HTML select box .
I calculate width of dropdown box using div's offsetWidth attribute.
But I am getting it's value as zero inside table tag .Outside the table it is returning proper width
What would be the reason of not getting proper offsetWidth of DIV inside TABLE?
Please give me suggestion.
Thanks,
Kuldeep