> I'm attempting to use a percentage width property on a textbox within a
> table cell.  Oddly, the width of this textbox is affected by the length
> of its value when viewed in IE6 or IE7.  Can anyone explain why this is
> or offer a work-around?  Note that I am bound to the table structure
> that is in place, as this is part of a form-generator utility and I have
> control only over the contents of each TD.  I don't have the option of
> changing any of the TD attributes or eliminating the table layout.
> 
> Here's a link of a page that reproduces the problem in IE:
> 
> http://www.lane34.com/css-discuss/textboxie.htm

Try this:

table {table-layout: fixed;}


-- 
Regards,
Thierry | http://www.TJKDesign.com




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to