Log In · Register

 

Help Topic Rules & Requirements

For a list of all requirements and guidelines pertaining to posting a new Help topic, please click here.

This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources

Submission Guidelines

 
Reply to this topicStart new topic
Making Entries Appear In A Scroll Box
TheWinterBones
post Jun 21 2010, 11:23 AM
Post #1


Beautiful Madness
***

Group: Member
Posts: 97
Joined: Feb 2008
Member No: 620,642



Is it possible to make entries automatically appear in an invisible scroll box?

If so, can somebody please share a code /or tell me how?

Thank you in advance!
 
manny-the-dino
post Jun 22 2010, 12:20 AM
Post #2


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Moved to Blogger Support
 
TheWinterBones
post Jun 22 2010, 07:02 AM
Post #3


Beautiful Madness
***

Group: Member
Posts: 97
Joined: Feb 2008
Member No: 620,642



I don't understand. The last time I posted a question in the support forum, you moved it to the subforum, now that I have posted in the subforum (like you wanted me to) you have moved it back to the support forum.

If I am not mistaken, the subforum is also a place to post questions, so must there be so many forums?

I'm really confused & my posting in the wrong section is unintentional. I'm not an idiot.
 
tokyo-rose
post Jun 22 2010, 01:47 PM
Post #4


♡♡♡♡♡
********

Group: Head Staff
Posts: 18,173
Joined: Mar 2005
Member No: 108,478



QUOTE(TheWinterBones @ Jun 22 2010, 08:02 AM) *
I don't understand. The last time I posted a question in the support forum, you moved it to the subforum, now that I have posted in the subforum (like you wanted me to) you have moved it back to the support forum.

If I am not mistaken, the subforum is also a place to post questions, so must there be so many forums?

I'm really confused & my posting in the wrong section is unintentional. I'm not an idiot.

I don't know where you first posted this topic, but the Blogger Support forum is for topics that haven't been resolved yet. The subforum up top is for Blogger issues that have been answered/the original poster never came back to let us know if we'd helped them enough, so that's why they're closed. Moderators close resolved topics and move them to the Resolved subforums to make the forums neater.

What do you mean by invisible scrollbox? Invisible like the scrollbar doesn't appear?
 
TheWinterBones
post Jun 22 2010, 06:33 PM
Post #5


Beautiful Madness
***

Group: Member
Posts: 97
Joined: Feb 2008
Member No: 620,642



I don't recall the issue being resolved - But thank you, Tokyo for explaining that to me. I'll be sure to post any unresolved issues in the Support Forum next time...

I did mean an invisible scrollbox, by not having any customized color in background or scroll bar (or anything, other than text)

I'm not sure if it was important for me to mention this, but just in case there was a code, & the code happened to be a visible box - I wouldn't know how to change this, which would lead to further questions.

Because the blog that it is being used for has limited space for entries, I'd like to know if it is possible to add it either into a scroll, or alternatively, a second page option...? I think a scrollbox is a little less complicated...
 
manny-the-dino
post Jun 22 2010, 10:27 PM
Post #6


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



You originally posted the topic in the resolved section of Blogger Support so I moved it to Blogger Support. S'all good.
 
TheWinterBones
post Jun 24 2010, 01:06 PM
Post #7


Beautiful Madness
***

Group: Member
Posts: 97
Joined: Feb 2008
Member No: 620,642



I've tried searching online, but I'm not having any luck - I've found tutorials on scroll boxing each entry, but that's not what I want. I want all of my entries together in one scroll box.

I don't want it to look like a scroll box, I want it to blend with the background, either just the arrows, or the bar, to indicate further entries below...
 
Mikeplyts
post Jun 24 2010, 02:38 PM
Post #8


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



I think I know what you're getting at. Unfortunately, having an "invisible" scroll bar is only possible in Internet Explorer. All other browsers like Mozilla Firefox, Apple Safari, Google Chrome, and etc. don't support that feature. However, you can have an "invisible" scroll bar in all browsers if you use Javascript (I would think, since I know you can change the colors and style and whatnot using it). However, I'm not sure if you can use custom Javascript on Blogger.

Also, is there a specific container name that holds all the entries? If so, you could just specify a set height and set an automatic overflow. For example:

Let's say we have a DIV container with an ID of entries that holds all the DIV containers which contain the content of each entry post. So, let's say the markup is something like:
CODE
<div id="entries">
<div>
Here is the entry content for this entry.
</div>

<div>
Here is the entry content for this entry.
</div>

<div>
Here is the entry content for this entry.
</div>

<div>
Here is the entry content for this entry.
</div>
</div>


You'd have to do something like (CSS-wise):
CODE
div#entries {
height: 600px;
overflow: auto;
}


And as far as the Javascript goes, you'd have to check if it's allowed. If it is, you can try searching online for different codes that would suit your fancy.
 

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: