Sorry if this is a simple question but I found it hard to google on this issue. I am in the process of implementing an home-made chat system to my website. At the bottom right of any page there will be a chatwindow consisting of a scrollable div (in a gtalk fashion). If there is too much messages to display, this div becomes scrollable. So far so good.
I want that, when the user scrolls this div and reach it's bottom, the scrolling stops : however actually once chat div is scrolled, the entire page starts scrolling. If the user wants to scroll the page, i want him to have to move his mouse out of the chat div, then scroll.
Can I achieve this in simple CSS or do I need some JS ?
Thanks in advance.