Home › Forums › CSS › Is this scrollbar customizable with CSS? › Reply To: Is this scrollbar customizable with CSS?
March 3, 2014 at 4:02 am
#164538
Inactive
Greetings Krish,
The reason the scrollbar wasn’t showing was because when I transferred the css and js files to my server, the upper case letters were made lower case. It should have been the first thing I checked, but wasn’t. Doh!
I’m not seeing anything with Inspect Element in FF, but I’m not familiar with using it so that means little.
I have checked all paths and they appear to be correct.
It’s looking as though it is a problem with a conflict in the page coding of display:table;
and border-collapse:collapse;
from #main
and display:table-cell;
in #content
The page is here.
Best Regards.