Replies

Jul 6, 2016 9 years ago
dotSei
is made of stardust
User Avatar
Bester

I-- am not very good at CSS. Anyway, my general inquiry: Is it based off of sections (ie. seperate ones for pets and medals) or is it based off of columns. The other question would be how would I go about adding them, since I mostly could only find stuff about scrollbar overlays, 'invisible' scrollbars, etc. 😞

- Tumblr - Twitter -
Please ping me for my attention.

Jul 6, 2016 9 years ago
CARACAL
caught them all
User Avatar
Handsome Jack

[@.Sei]

  1. i know you can add scrollbars to columns, but i'm not entirely positive if the same applies to individual sections
  2. to add a scrollbar, include the following code under the respective element:

div { overflow: scroll; } the property values can be set to visible, hidden, scroll, auto, initial, or inherit, and there's an article here that explains what each value does; i typically always have my value set to auto. additionally, if you're wanting to add a horizontal scrollbar instead of a vertical one, your property would be overflow-y instead. hope this helped!!


[img align=center]http://i.imgur.com/6Yp07H5.gif[/img]

Jul 7, 2016 9 years ago
dotSei
is made of stardust
User Avatar
Bester

Ahh ok. Yes that helps me get the basic gist of it. :d Still have a bit of fiddling around and reading to do though as me trying to adjust the heights atm is affecting the header haha (oops)

- Tumblr - Twitter -
Please ping me for my attention.

Please log in to reply to this topic.