Plz help me with my comments section!!
I am trying to put a scrollbar into my comments section and it wont work
sad
It is only scrolling the header...
look at my profile to see the problem
this is the code i am using for my comments section:
#comments { background: #000000 }
#comments h2 { background: #000033 url( http://img365.imageshack.us/img365/2900/commentsheader6wx.jpg ) }
#comments .caption .message { color: #FF0000; }
#comments .caption2 .message { color: #FF0000; }
#comments
{height: 200px; width: 400px; overflow: auto;}
#comments { scrollbar-track-color: #000000; scrollbar-face-color: #000000; scrollbar-arrow-color: #FF0000; scrollbar-shadow-color: #000000; scrollbar-darkshadow-color: #FF0000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FF0000; }