Re: [css-d] min-width/width setting with inputs

2005-12-01 Thread Gunlaug Sørtun
CJ Larson wrote: > I'm trying to create 3 divs that sit next to each other if there's > room and who move to the next line if there's not. I originally set > a "width: 31%" on them which worked great until I put a file upload > input inside. The text and headings still obey the width, but of > co

[css-d] min-width/width setting with inputs

2005-12-01 Thread CJ Larson
I'm trying to create 3 divs that sit next to each other if there's room and who move to the next line if there's not. I originally set a "width: 31%" on them which worked great until I put a file upload input inside. The text and headings still obey the width, but of course the input does not. T