How can I display my element(class=\"line\") over all other elements/div?
class=\"line\"
Add z-index to the css styling.
z-index:100;
why do you want to avoid margin-top?