View Full Version : how to change button position


friendly37
08-29-2005, 12:56 AM
hello every body

I have a button and I want to put on the right corner of the page?

<input type="button" style="background:adff2f ; 'color:black" value="next" onclick="location.href='http://www.domainname.net'">

thank you

kittycat
08-29-2005, 01:37 AM
<div style="position: absolute; top: 0; right: 0;">
button code
</div>