Re: [css-d] What's causing the offset of items in this form?

2006-02-09 Thread Rowan Wigginton
James Eaton wrote: > What causes the vertical alignment offset in the > bottom example? > > http://dm126.mediaodyssey.com/form.htm I have no idea what's causing it, but in Firefox any value of "vertical-align" will change the alignment, "vertical-align:top" gives the best result. Don't forget

Re: [css-d] What's causing the offset of items in this form?

2006-02-09 Thread Ingo Chao
James Eaton wrote: > http://dm126.mediaodyssey.com/form.htm Hmm, maybe .sitesearch input {vertical-align: bottom;} ? probably other Browsers don't like this, so serve it to IE only. Ingo -- http://www.satzansatz.de/css.html ___

Re: [css-d] What's causing the offset of items in this form?

2006-02-09 Thread Marcel Fahle
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 alignmen

[css-d] What's causing the offset of items in this form?

2006-02-08 Thread James Eaton
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? ht