General Question

troubleinharlem's avatar

How to put a scrollbar in my tumblelog?

Asked by troubleinharlem (7991points) January 14th, 2010

I want there to be a scrollbar over in the section where it shows who I’m following.
(troubleinharlem.tumblr.com)

Okay, right now the CSS looks like this :
{block:ifshowpeopleifollow}
<p>{text:name of tumbleroll}</p>
{block:Following}
<div class=“follow” style=“overflow: auto; height: 210px; width: 240px;”>
{block:Followed}
<a href=”{FollowedURL}”><img src=”{FollowedPortraitURL-24}” border=“1”></a>
{/block:Followed}
{/block:Following}
</div>
{/block:ifshowpeopleifollow}

I used the advice from @johnpowell (the part that says div class=“follow”) but it isn’t working.

What did I do wrong and how can I fix it?

Observing members: 0 Composing members: 0

3 Answers

Vincentt's avatar

Not familiar with Tumblr, but perhaps you could try overflow: scroll instead of overflow: auto?

jrpowell's avatar

You botched something. This is how the code is showing up Pic.

See this… Notice that the quotes are straight and not curly. I forgot that Fluther mangles code when you post it.

irondavy's avatar

Add this to your CSS:

.follow { height: 317px; overflow: scroll; }

Adjust the height to your taste. Also, definitely do what @johnpowell said and fix the curly quotation marks.

Answer this question

Login

or

Join

to answer.

This question is in the General Section. Responses must be helpful and on-topic.

Your answer will be saved while you login or join.

Have a question? Ask Fluther!

What do you know more about?
or
Knowledge Networking @ Fluther