input is an inline element and should behave as you expect. One
reason it may not is if the three elements label, input, input
are too wide for the space allowed.
Do you have a page you can show where this isn't working?
Ken
--
Simple Lives Web Design
http://simplelives.com
> http://www.sleeperhouse.com/tempGovinda/start_1-forGTlist.html
>
> I want the text
> "Click for Paypal"
> to be vertically aligned with respect to the graphic button to its
> left. As it is now the text is too high. You referred me to that
> article. But I have not tried to follow it properly yet. Before I
> go there, I want to see how much related are my two issues on this
> page. Here is the 2nd issue:
>
> Below the first issue, I have that input text box with a *gif* to its
> right (it only looks like text; I need that gif to effectively be a
> form submit button). That gif is too low. I want it to be vertically
> centered with respect to the text input to its left. (Before I said
> this was on the next line, but it does not look to be so.. just so
> low that it almost could be.)
Using Firebug, turning off the 'float:left;' for
'#left_container fieldset input' fixes both these issues.
#left_container fieldset input {
-x-system-font:none;
display:inline;
float:left;
font-family:"Helvetica",Arial,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin-left:5px;
}
Ronald
>thanks so much for your input/guidance here!
You're welcome but I haven't really done much. But Ronald seems
to have come up with the answer. :-)