Display Multiple Form Submit Buttons Inline Same Line In IE8 In Table
Posted
by aherrick
on Stack Overflow
See other posts from Stack Overflow
or by aherrick
Published on 2009-08-12T14:56:27Z
Indexed on
2010/05/15
15:04 UTC
Read the original article
Hit count: 294
I am trying to display two form submit buttons on the same line inside a table. In IE7 the following code works great, however in IE8 the Delete button drops down to the next line even though I declared the form to display inline. Any suggestions?
I created a basic test page here to show the issue: http://ajondeck.net/test/displayinline.html
© Stack Overflow or respective owner