CSS Align image with input

Jo Colina

I have a little problem with my css, I can't align an image with a text input field. The site is live at http://jocolina.com/picemon/pokelocator.php

The CSS I have for the text input and image is:

#loginUTC{
  width:30%;
  height: 60px;
  font-family: Verdana;
  font-size: 30px;
  text-align:center;
  font-weight: bold;

  /*margin: 0 auto;*/
  border-color: #336688;
}

#magniIMG{
  display: inline;
  height: 60px;
  cursor: pointer;
}

#locator{
  margin: 0 auto;
  text-align:center;
  height:60px;
}

Where loginUTC is the text input, magniIMG is the image I want to algin with the input, and locator is the div in which both of the elements are.

AlexMeng

You can set both elements to vertical-align: bottom;.

#loginUTC{
  vertical-align: bottom;
}

#magniIMG{
  vertical-align: bottom;
}

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

CSS background image align to center

분류에서Dev

Variation on CSS vertical image align

분류에서Dev

CSS: How to align text to baseline of height-adjusted input element?

분류에서Dev

align text and icon CSS

분류에서Dev

Align image in center if wither then container

분류에서Dev

Align image angle with a skew div

분류에서Dev

android align Input text dialog in textview

분류에서Dev

Auto vertical align any auto sized image

분류에서Dev

How to align an image at the bottom of li element?

분류에서Dev

Align text to the left of an image aligned to the middle

분류에서Dev

HTML/CSS/Javascript - Align Text In Table

분류에서Dev

How to align text input with sorting button inside <td>?

분류에서Dev

How to align input with a checkbox (pull-right) in the same row?

분류에서Dev

Image Masking using css

분류에서Dev

Text over Image CSS

분류에서Dev

resize image using css

분류에서Dev

CSS - Flip image

분류에서Dev

background-image with css

분류에서Dev

CSS Responsive background image

분류에서Dev

Change CSS of input number type based on input

분류에서Dev

Center align image in README.adoc (AsciiDoc) on GitHub

분류에서Dev

how to vertically align image, that is next to div with dynamic height

분류에서Dev

css display: box with box-align stretch and center at the same time

분류에서Dev

css align table row differently without using another table

분류에서Dev

How to vertically align a list on one item, with HTML/CSS/JavaScript?

분류에서Dev

css using float : right with vertical-align : middle

분류에서Dev

CSS 재정의 테이블 align = "right"

분류에서Dev

Input placeholder using CSS only

분류에서Dev

HTML/CSS - image over image with parallax effect