- Posts: 16
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
#moveprevbtn { position: absolute; left: 30px; } #movenextbtn { position: absolute; right: 30px; }
#moveprevbtn { position: relative; margin-left: -30px; } #movenextbtn { position: relative; margin-right: -30px; }
#moveprevbtn { float: left; margin-left: 0; } #movenextbtn, #movesubmitbtn { float: right; margin-right: 0; }