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)
vertical-align, or you could float them with padding.
Sephh
8:45 am on Jul 15, 2008 (gmt 0)
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..