On 11/12/06, HighPowered <[EMAIL PROTECTED]> wrote: > > Jonathan Lui wrote: > > hey all, > > > > This is something I'm working on, > > > > http://dev.r8dhex.net/stuff/sample1.htm > > > > ... (middle part cut) ... > > > > I'd appreciate any feedback good or bad, whether my idea is sound, or > how I > > can improve this, or another approach to the problem. Maybe there's an > > obscure css property that magically does what I need, and works in my > target > > browsers :). > > > > Thanks > > Jonathan > > ______________________________________________________________________ > > css-discuss [EMAIL PROTECTED] > > http://www.css-discuss.org/mailman/listinfo/css-d > > IE7 information -- http://css-discuss.incutio.com/?page=IE7 > > List wiki/FAQ -- http://css-discuss.incutio.com/ > > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > > > Try declaring > > input { > width:100%; > overflow:visible;} > > ..as a start. It should help you figure out the rest rather quickly. > > - JC
I already had width:100%. Overflow in IE expands the text box when it fills up, Firefox doesn't do anything. It surprised me though, maybe there's some application to that concept. I'm not sure expanding the textbox is a good idea in this case, I'd like to keep the layout but I'd like the inputs to be bigger if the page becomes wider, but still have it constrained to the columns. So if the user had only 800x600, it would have a certain amount of typing space, and if the user had 1600x1200, they'd still have 2-columns, but it will flow to the edge of the page, and not get bunched up along one side. Thanks ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/