In my initial post you see I tried setting width with inline style using a specific value set in px -- no luck. It wont go any larger than about 4/5ths of the device screen width.
Kevin On Sun, Jul 4, 2010 at 3:39 AM, Martin <[email protected]>wrote: > Of course there is nothing baked into the input element. > > Just create a new test.html file with this line: > <input type=text style="width:500px" /> > > You will see that the input element is 500px long. If it doesnt work for > you you probably have the element nested in some other div or fieldset or > whatever which has a width of 250px. > > Best regards, > Martin > > > On 4 July 2010 06:14, Kevin <[email protected]> wrote: > >> So I'm having difficulty getting a input type=text being longer than >> about 250px. No matter what I try, (size="80", style="width:280px", >> style="width:100%") nothing seems to work. Is there some sort of baked >> in max to the width of these text fields? >> >> -- >> -- >> You received this because you are subscribed to the "Design the Web with >> CSS" at Google groups. >> To post: [email protected] >> To unsubscribe: [email protected] > > > -- > -- > You received this because you are subscribed to the "Design the Web with > CSS" at Google groups. > To post: [email protected] > To unsubscribe: [email protected] > -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
