Forum Moderators: not2easy

Message Too Old, No Replies

Image near input

         

Sephh

11:29 am on Jul 14, 2008 (gmt 0)

10+ Year Member



I want to ask about the fact that if you have an image near an input like (input search and image: search button) the image appears in firefox a little below the input no matter what I do.

How can I fix this?

Xapti

6:57 pm on Jul 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



vertical-align, or you could float them with padding.

Sephh

8:45 am on Jul 15, 2008 (gmt 0)

10+ Year Member



I know css very well.

If I add padding-top:20px; looks fine in ff but in IE not, and if I add margin-top:20pxl; is fine in ie and not in ff..

vertical-align:middle; doesn`t do nothing.