HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Vertical align of a button
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
ttu



Joined: 23 Mar 2008
Posts: 4

PostPosted: Sun Mar 23, 2008 12:45 pm     Vertical align of a button Reply with quote

Hi again!..

I've just got one more question...

I have a table and one cell of it looks like this:
Code:
<td style='vertical-align: middle;'><button>Some btn</button></td>

And it looks ok - the button is aligned vertically to the middle of the cell.
But if I put <button> into <form></form> tags it moves up, like 'vertical-align' attribute equals 'top'.
I don't understand what should I do to align button to vertical middle again?!

Thanks in advance.
ogsolution



Joined: 26 Dec 2007
Posts: 144

PostPosted: Sun Mar 23, 2008 3:30 pm     Reply with quote

Maybe you have some stylesheet interference. I just tried with the following and it worked on my Firefox and IE 6

Code:
<body>
<form action="#" name="acd" method="post">
<table border="0" cellpadding="0" cellspacing="0">
   <tr>
      <td style='vertical-align: middle;'><button>Some btn</button></td>
      <td>a;sdkfj<br>lkaskdfjl<br>lkja;lkdafj<br></td>
   </tr>
</table>
</form>

</body>
ttu



Joined: 23 Mar 2008
Posts: 4

PostPosted: Mon Mar 24, 2008 12:08 am     Reply with quote

Oh!.. Thank you very much!

My mistake was that I put <form> into <td>, and it should be done vice versa Confused
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial