On Margo's profile: http://subeta.net/petinfo.php?petid=1032626
How can I resize her TC? Have two icons on each row and have it scroll? If it's possible. Another question: How do I remove her minion's name and species?
One more and I'm sorry if it's been asked before: How can I fade the scrollbars?
Just like with sizing anything else, you gotta add "width:__px" to it :) So just mess around with the width size until it gets to the size you need.
This will remove ALL minion text ("__ has a minion! / ___ the ___")
{font-size:0px;}
I'm not sure what you mean by fade the scrollbars?
, Ah ha! Thank you! Those will work perfectly. Well, on some profiles the scrollbar fades until you hover over.
, the most recent spotlight with the Reborn Noktoa. When you hover over the story the scroll bar shows up. You don't see it until you hover.
Odd. When I hover over it, there is still no scrollbar. May I ask what browser you're using?
I'm going to assume they just used "overflow:hidden" in the main section and then _____:hover {overflow:auto}
but I'm just assuming since I can't see what is actually going on there.
[edit] checked in firefox to see what was going on and yep that's what it is :)