treehouse : what would you like to learn today?
Web Design Web Development iOS Development

input text and submit equal height

  • Hi,
    I'm trying to create a search field but having trouble whit getting the height of the submit and text input to be equal on all browsers. I have noticed if i put a border on both it seams that the border is added on the inside of the submit and outside on the textbox.
    Anyone have any tips?
    <input type=\"text\" class=\"textbox\" /><input type=\"submit\" class=\"submit\" value=\"submit\" />
  • Do you have any CSS to show us? Or a link so we can see it?