Forum: Rails Spinoffs (closed, excessive spam) help balloon image position

Posted by Shivanand (Guest)
on 2008-06-11 13:31
(Received via mailing list)
Hi,

I am using a help balloon image for a link in a scrollable part of a
page. When I click it shows the help balloon image correctly. If I
scroll down and click then the image is shown below the link. Any
solutions pls let me know.

Thanks,
Shivanand
Posted by Diodeus (Guest)
on 2008-06-11 21:43
(Received via mailing list)
- Wrap your main content is a DIV with 'position:relative'
- Put your help div inside the main DIV with 'position:absolute'
- When you position it it will be relative to the main div, so if that
dive scrolls, your help inside should scroll with it.
This topic is locked and can not be replied to.