Announcement

Collapse
No announcement yet.

Aligning Form Elements with Graphics

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Aligning Form Elements with Graphics

    Having trouble aligning a form element in a search form with a graphic that I wish to use as the submit button. Can't seem to align the form field with the graphic using CSS, just not any good at it I guess. Looking for suggestions as to how to properly code the CSS or HTML to align the form with the graphic.

    A draft page is located here: http://www.mooseab.com/agri/template.html

    Thanks in advance for your input!

    Marc
    Moose AB Web Site Development
    Lindsborg, KS
    :D

    #2
    Re: Aligning Form Elements with Graphics

    You will get a lot closer by putting the image inside of your <form> tag and removing the <fieldset> tag altogether.

    From there I had to put the border: 0 for the input and adjust the padding so that it fit.

    Comment

    Working...
    X