Can I split a wiki page into two parts, one of which will scroll?

Anonymous Coward November 7, 2013

I'd like to display an image and have a scrollable section below it. I'm using Confluence 3.4.6 but will upgrade very soon.

1 answer

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 7, 2013

Do you have access to the html macro or can you create a user macro? What I would do would be to create a css style similar to below.

<style>
.scrollable {
width: 100%;
height: 600px;
overflow: hidden;
overflow-y: scroll;
}
</style>

Then create a div that implements the css class with your content.

<div class="scrollable">
Blah blah blah...
</div>

Is this what you are looking for?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events