I have a rather long page and I am using a custom html module to display an index of that page. the problem is that once you scroll down too far, the index is off the page. Is there a way to keep the module in the window? I am hoping this can be done with some css.
I tried this css and applied it to the module suffix:.fixed {
position:fixed;
top:30px;
right:5px;
}
but get this result
This image is hidden for guests.
Please log in or register to see it.
This site is local but if need be I can make post it if someone would prefer to look at it.
Many thanks,
Houston