James,

James Eaton wrote:
> In this test I have two forms, each with text input field and submit 
> button.  In the top example the button is a standard type="submit", and 
> the two items line up as I'd expect.  In the bottom one I use a 
> type="image" button.  What causes the vertical alignment offset in the 
> bottom example?

I think this offset is caused bei your form image.
But I don't know an elegant way to kill this margin,
except a negativ on:


<input type="image" id="formimg" src="search3.gif" alt="Search">

#formimg {
    margin-bottom:-5px;
}


Wondering if someone comes up with a better solution :)


-- 
Best,

Marcel
http://marcelfahle.com
http://mat-computing.com
http://travelbert.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to