I currently have a div
housing various products that can be added by clicking the add
link. Whenever the add link is clicked, an information message appears briefly before fading out after 4 seconds.
This message shows up at the top of the childbox-content
div
, which may not be visible to the user if they scroll down in the div
and interact with one of the last li
elements.
My inquiry is how I could make the info
div
slide under the "Test" header instead of where it currently appears. The header is always in view for the user.
For reference, please check out this jsFiddle
EDIT: Additionally, I am experiencing difficulties getting the info
div
to display properly on the jsFiddle after clicking the add link. Unsure about the reason behind this issue.