I don't think an width of x% would have an effect on an input unless you change how it's rendered (default it's inline IIRC). Try a px or em value. I prefer em for things that relate to text size as it will scale if font size is changed.
Also, you can confirm it's actually hitting the right element by doing something like border: 2px solid red; On May 22, 8:36 pm, tjg <[email protected]> wrote: > Yep, been using Firebug in FF (Mac) and I can see the CSS deep > hierarchy. My rudimentary knowledge of CSS is likely denying me joy in > this department. > > I just wanted to confirm that a specific field tag, as I defined, will > be picked up by Hobo (somewhere in the chain). > > I'll keep experimenting and post back any revelations. > > Now, where's my CSS book... > > Tim > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" 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 > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
