Well, of course, if you change the height of some inline element, it will affect the placement of other elements, since it changes the layout.
What are you trying to accomplish?
If you want some element to change size without affecting the layout, you have to use position:absolute to remove it from the layout.