I am trying to get an image next to a text input. The problem is the text input is centered in a div. The image only appears at certain times (via javascript). When it does, the stuff shifts around trying to maintain center.
However, what I want is the input text to remain in the exact same spot, and the image to just come up in the space next to it. So the text input is still centered, but the image is not.
The solution I have now is to add a blank GIF (same dimensions as the other image) to the other side to even it out, but there has to be better way with css?
Thanks