Yeah, I had applied title style to input elements thus size tag did
not work.
Thanks for your help. :)

On Oct 21, 4:43 pm, Sunny Beach <[email protected]> wrote:
> Take a look at the following.
>
> http://www.w3schools.com/TAGS/tag_input.asphttp://www.w3schools.com/TAGS/att_input_size.asp
>
> size  - number   - Specifies the width of an input field
>
> <input type="text" name="something here" size="20" />
>
> 2009/10/21 todorović dejan <[email protected]>:
>
>
>
> > ok, how can i easily size the input elements. setting span in both the
> > div container and input itself doesn't work right in ie7.
>
> > On Oct 21, 2:31 pm, Sunny Beach <[email protected]> wrote:
> >> Inputs are inline elements (not block elements). It would be best to
> >> wrap the inputs in divs.
>
> >> <div class ="">
> >> <input/>
> >> </div>
>
> >> Sunny
>
> >> 2009/10/21 todorović dejan <[email protected]>:
>
> >> > why this does not add empty cols between those input elements, tried
> >> > with label, it works.
>
> >> > <input type="text" name="1" class="title span-10 append-2"/>
> >> > <input type="text" name="2" class="title span-4 last"/>
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to