css - div layout (float over other elements) -
my window split 2 divs.
the left side has many divs , holds of form elements. right side contains divs , other form elements.
in left div, have error messages display , them float on other divs , elements.
right now, when display error message elements moved around , error message cut in half (as pictured below).

to achieve "hover" / "float" effect need use javascript current position of input-in-error, , use position information dynamically set position:absolute in css on error message appear above it.
Comments
Post a Comment