Hi guys
Was wondering if you could help me, am working on a dating website at the moment. Its my first project so the code might be a bit dodgy, still picking bits up.
Anyway i have a weird issue with a scrollbar. Its part of a div with overflow, which in itself is nested within an absolutely positioned div. When i scroll over the footer, the scrollbar shakes up and down. I have no idea why?!?!
http://www.thedateoutdoors.com/safe-dating/
Thats one of the pages it happens on. I guess its a css issue. The css for the 2 divs is as follows:
#maincontent {position: absolute; left: 290px; top: 75px; width: 320px; height: 370px; }
#text {width: 320px; height: 330px; overflow: auto; scrollbar-base-color: #FFFFCC; }
Any help would so gratefully recieved :D