I have three divs with display: inline-block. In every div i have div with display: none when im trying to show hiding div with $('#div-id').show(1000) nearest divs ‘jump around’
What should i change? I do like to see div under div just draw and the left or right div doesn’t change his place.
For example two divs with my problem there (hide div shows up onchange in the textbox)
I have three divs with display: inline-block . In every div i have div
Share
http://jsfiddle.net/WZCJu/13/
I added this CSS:
Version without the
width, you may like it better:http://jsfiddle.net/WZCJu/15/