|
Subject:
|
Crazy scrollbar issue
|
|
Posted By:
|
Teessider_2000
|
Post Date:
|
8/20/2006 8:03:32 AM
|
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 
|
|
Reply By:
|
richard.york
|
Reply Date:
|
8/20/2006 10:31:04 AM
|
Sounds like an old version of Firefox / Netscape.. is it?
Regards, Rich
-- Author, Beginning CSS: Cascading Style Sheets For Web Design CSS Instant Results
http://www.catb.org/~esr/faqs/smart-questions.html
|
|
Reply By:
|
Teessider_2000
|
Reply Date:
|
8/20/2006 11:58:53 AM
|
Nah, its IE im having difficulties with. Cant for the life of me think why tho. I must be missing something, no doubt something very obvious 
|
|
Reply By:
|
richard.york
|
Reply Date:
|
8/21/2006 7:41:17 AM
|
Works alright for me.
It might be the flicker bug: http://dean.edwards.name/my/flicker.html
That bug can happen for some and not others.
Regards, Rich
-- Author, Beginning CSS: Cascading Style Sheets For Web Design CSS Instant Results
http://www.catb.org/~esr/faqs/smart-questions.html
|