General Question

troubleinharlem's avatar

When I try to put my scrollbar in my tumblelog, none of my posts show up. What am I doing wrong?

Asked by troubleinharlem (7991points) January 6th, 2010
3 responses
“Great Question” (0points)

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

</div>

I’m trying to make it look like this: http://imakite.tumblr.com/ with the scrollbar on the tumbleroll (blogs that I follow, that is).

Mine is troubleinharlem.tumblr.com, if you want to see the whole page’s CSS. You just have to go to view, then to page source.

Topic:
Observing members: 0
Composing members: 0

Answers

jrpowell's avatar

<div class=“follow” style=“overflow: auto; height: 210px; width: 240px;”>

View the source Here

jrpowell's avatar

Basically you need to change these two lines into one.

<div style=“overflow:auto; height:210px; width:240px”>
<div class=“follow”>

Should be:

<div class=“follow” style=“overflow: auto; height: 210px; width: 240px;”>

troubleinharlem's avatar

@johnpowell ; so, it should totally look like

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

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`