-4

I want to be able to change the position of a link and just wonder how i do that?

<a id="dwnlnk" href="LINK" style="position:absolute; top:10px; left:618px;" >link</a>

i want to change the top:10px; to top:-30px; for example.

1

1 Answer 1

0
document.getElementById('dwnlnk').style.top = '30px'
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.