Dallas Undead
crazypieloverangel
Dallas Undead
Ok, this is really gay: my scroll bars aren't working. I've DOUBLE CHECKED EVERYTHING. Please help me.
They work fine for me.
What browser are you using/what are you trying to do?
I'm using Firefox, and I'm trying to get my comments section to scroll without actually showing the scroll bar. And also, it works on your profile but not mine.
Ah, so you mean hidden scrolls.
3nodding
Quote:
/*comments*/
#comments dl {overflow-x:hidden; overflow-y:auto;}
#comments p {color:white;}
#comments .caption, #comments .caption2 {margin-top:10px; margin-bottom:10px; border:2px solid black;}
#comments .caption .date, #comments .caption2 .date {text-align:center;}
#comments {overflow-y:scroll; height:200px; width:400px; scrollbar-arrow-color: white; scrollbar-face-color: #4F4F4F; scrollbar-track-color: gray; scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black; scrollbar-highlight-color: black; scrollbar-shadow-color: black;}
Replace the two codes in red above with the ones below.
3nodding (The third code is for adjusting the comment captions to fit and look neat, otherwise when you set the dl height and etc what'll happen is stuff'll pretty much look screwed up.)
#comments{width:400px;height:200px;overflow:auto;overflow-x:hidden;overflow-y:hidden;}
#comments dl{height:130px;overflow:auto;overflow-x:hidden;padding-bottom:0px;padding-right:4000px;}
#comments .caption, #comments .caption2{position:relative;left:-100px;width:400px;}