Hello
On my site: http://www.theillusionist.ca/about.html
I have incorporated a script that allows the user to scroll up and
down using the arrow image to view the page text. The blue scrollbar
image displays properly in ie, but does not in firefox.
On my webpage, I call in my stylesheet first, then the the other 2 which refer to the styles of the scroller area + scrollbar.
<link rel=“stylesheet” type=“text/css” href=“code/styles.css” />
<link href=“code/tutorsty.css” rel=“stylesheet” type=“text/css” />
<link href=“code/flexcrollstyles.css” rel=“stylesheet” type=“text/css” />
In my body tag I set the background calling a class from my styles.css file.
How do I fix the issue with firefox?
Thanks.