Dymee Piecee
I need help with my scroll bar so
can anybody out there possibly help me with a v2 about me scrolling section..?
please don't send me
the link to that one forum.... talk2hand
the code I used:
Quote:
#id_about{overflow:hidden;height:###px; }
#id_about:hover{overflow-x: hidden; overflow-y: auto;}
You need to wrap your about section into a list
[list]
Your about section
[/list]
Then use what's below to replace what you have in your CSS.
#id_about {height:
value; width:
value; overflow: hidden;}
#id_about ul {box-sizing: border-box; height: 100%; width: 115%; padding-right:
value; margin-bottom: 5px; overflow: hidden; overflow-y: auto;}
Change "value" to the dimensions you want. For the padding-right, that's so that you can space it from the right so it doesn't keep feeding over and get cut off..