[Mono-list] asp.net mono-1.1.16

Roberto Zenteno roberto.zenteno at gmail.com
Thu Jul 20 11:01:32 EDT 2006


Hi everyone, I just installed mono-1.1.16, and I have a problem
all the forms where I use absolute position are messed up
I checked the code that goes back to the browser and mono is not generating
the style absolute position.
For example if I use this control
<asp:textbox id="txtNombre" style="Z-INDEX: 101; *LEFT: 295px; POSITION:
absolute; TOP: 48px*" runat="server" Font-Size="10pt" Width="197px"
Font-Names="Arial"></asp:textbox>

The server returns  <input id="txtNombre" type="text" name="txtNombre"
style="width:197px;font-family:Arial;font-size:10pt;" />

but 1.1.15 returned <input id="txtNombre" type="text" name="txtNombre"
style="width:197px;font-family:Arial;font-size:10pt;Z-INDEX: 101; *LEFT:
295px; POSITION: absolute; TOP: 48px*" />


I would like to know if this is a bug or absolute position is no more
supported by mono 1.1.16, so I have to modify my forms to use FlowLayout
instead of GridLayout.

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060720/e2ad2b72/attachment.html 


More information about the Mono-list mailing list