A Heart for a Heart
Um...this is Sanada Tomoyo's mule--you know, the girl that's been bothering Brink Kale about various things?
Sorry to need your help again, but I would like to know what the code is to make the scroll bar appear only when you hover over it? I have a small idea of what it could be, but I'm not sure.
It is
#section_name {height: ##px; width: ##px; overflow: hidden;}
#section_name:hover {overflow: auto;}
Where #section_name you replace it with an actual selector and ## is where you insert your number value.