Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a panel/table that when I click "submit" button..it first expands, then I click "submit" again, it shrinks to it's original size. This only happens in Mozilla

 

-- This is the HTML

<asp:panel id="pnlAddSite8" runat="server" >
 <TABLE class="tblAddSite">
  ...
 </table>
</asp:panel>

 

-- I display the panel in the code:

pnlAddSite8.Visible = True
strDivStyle = "POSITION: absolute; LEFT: 30px; TOP: 198px; Height=368px; "
pnlAddSite8.Attributes.Add("style", strDivStyle)

 

-- table CSS has the same style as the panel.

 

-- I did move the panel's style to HTML but that messes up the positions.

 

Any ideas how to fix this in Mozilla? and why this is happening?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...