Dear all,
I have created a user control which has a command button and a panel. the
panel will be hidden initially. when the user clicks on the command
button, the panel is made visible. I have given style to the panel as
style="POSITION: absolute;". so that it appears below the command button
always. However, the panel appears as a Div in IE (therefore it comes in
the correct position) while in Netscape, it comes as a table and hence it
does not get the position which i intended.
How can i achieve this.
Regards
Ganesh