Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Netscape and IE


Message #1 by "Ganesh Ramamurthy" <r_ganesh76@h...> on Fri, 24 Jan 2003 04:19:54
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

  Return to Index