From: CRT on 16 Sep 2009 16:38 Hello, Please see the attachments to understand what I mean below... thx. CRT. -- Code for the top table is: <table border="1" width="98%"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td style="width:70%">January70 <input type="text" value="Test30" style="width:30%"> </td> <td style="width:30%">$100.30</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </table> Code for the bottom table is: <table border="1" width="98%"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td style="width:70%">January70 <%--<input type="text" value="Test30" style="width:30%">--%> <input type="text" value="Test30" style="width:50.4px"> </td> <td style="width:30%">$100.30</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </table> To Note: - I'm using PocketIE. - I need the column width, in %, to be respected when I drop a textbox in the other column. - If the textbox is not there, OR the textbox's width is in px, only then are the column widths respected. - I've changed, and eventually removed , doctype so that's not it. - I've tried to wrap pieces of the table in a DIV to get that to do it and that's not it. - It looks fine in 'real' IE (table_IE.jpg), but NOT fine in PocketIE (table_PIE.jpg). - I'm at a loss... Please fix my code.
From: CRT on 17 Sep 2009 09:21 I posted this yesterday but having the attachments included must've got it blocked? Reposting today sans-attachments in hopes that someone can help me out... thx. CRT. == "CRT" <CRT(a)someplace.com> wrote in message news:... > Hello, > Please see the attachments to understand what I mean below... thx. > CRT. > -- > > Code for the top table is: > > <table border="1" width="98%"> > <tr> > <th>Month</th> > <th>Savings</th> > </tr> > <tr> > <td style="width:70%">January70 > <input type="text" value="Test30" style="width:30%"> </td> > <td style="width:30%">$100.30</td> > </tr> > <tr> > <td>February</td> > <td>$80</td> > </tr> > </table> > > > Code for the bottom table is: > > <table border="1" width="98%"> > <tr> > <th>Month</th> > <th>Savings</th> > </tr> > <tr> > <td style="width:70%">January70 > <%--<input type="text" value="Test30" style="width:30%">--%> > <input type="text" value="Test30" style="width:50.4px"> > </td> > <td style="width:30%">$100.30</td> > </tr> > <tr> > <td>February</td> > <td>$80</td> > </tr> > </table> > > > To Note: > - I'm using PocketIE. > - I need the column width, in %, to be respected when I drop a textbox in > the other column. > - If the textbox is not there, OR the textbox's width is in px, only then > are the column widths respected. > - I've changed, and eventually removed , doctype so that's not it. > - I've tried to wrap pieces of the table in a DIV to get that to do it and > that's not it. > - It looks fine in 'real' IE (table_IE.jpg), but NOT fine in PocketIE > (table_PIE.jpg). > - I'm at a loss... Please fix my code. >
|
Pages: 1 Prev: Event handling confusion in WM6.1 Pro Next: Set the backlight level on external power |