How to have entire item in Qualtrics remain in position when scrolling?
问题 I am presenting an image embedded in a descriptive text item, followed by several questions about that image. I would like that item to remain in place while the participant scrolls. I've been able to get the entire image to remain in place using something like this HTML code: <html> <style> .image{position: fixed; background: white;} </style> <div class = "image"> <img src="LOCATION OF IMAGE FILE" style="width: 395px; height: 395px;" /> </div> </html> But this freezes the image itself in a