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)
i added css:
#amount-div, #specific-div { width: 300px; vertical-align: top }
version without width
, may better:
Comments
Post a Comment