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]

Reply via email to