custom scrollbars does not work with firefox (mozilla) browsers.
Comment by on Dec 14, 2004, 1:24 am
Right, the CSS properties that allow scrollbars to be customized were created by Microsoft, therefore they are only available in Internet Explorer browsers.
Comment by James on Jan 3, 2005, 10:31 pm
And AOL Browsers.
- James
Comment by on Jan 3, 2005, 11:49 pm
Yep, It'll work in any browser that uses the IE rendering engine.
Comment by Kevin on Jan 6, 2005, 9:01 pm
Very nice Ron
Comment by Sik on Jan 8, 2005, 4:37 pm
Nice
Comment by Gabriel on Jul 7, 2005, 1:22 am
nice tut
just for IE!!! fuck it!!
FIREFOX IS THE BEST.
thx!!!
Comment by itchy monkey on Jul 28, 2005, 1:31 pm
what am i doing wrong?! I use a pc with the latest IE browser but this code isn't working! Its in a css file linked to my web pages and i've tried actually putting it directly into my html pages - but no joy!
please help - could it be an IE setting?!
Comment by Tom on Aug 23, 2005, 10:33 am
As itchy monkey has said, I put the code directly into my html page, but the code doesn't work, the only time I've gotten it to work is by changing the 'body {' to 'html {' but then this screws up the code view in Dreamweaver, changes all colour coding to pink.
Comment by Tom on Aug 23, 2005, 10:47 am
I've sorted this problem, using the 'html {' code just by putting it in an external .css file, this way the scrollbar still works, without messing up the rest of the code in Dreamweaver.