javascript - Show div with jQuery. css question -


i have 3 divs display: inline-block. in every div have div display: none when im trying show hiding div $('#div-id').show(1000) nearest divs 'jump around' should change? see div under div draw , left or right div doesn't change place. example 2 divs problem there (hide div shows onchange in textbox)

http://jsfiddle.net/wzcju/13/

i added css:

#amount-div, #specific-div {     width: 300px;     vertical-align: top } 

version without width, may better:

http://jsfiddle.net/wzcju/15/


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -