Tutorial 3

Jan 01, 1970 00:03


This tutorial will allow you to add a scrollbar to every entry in your Tabular Indent layout.

Requirements:
Any LJ account (free, paid, or otherwise) using the Tabular Indent journal style in S1. This code will NOT work as intended with any other style.

Overrides:
div{
overflow: auto;
width: 300px;
height: 100px;
}
div div{
width: auto;
height: auto;
}

Editing:
Merge this override into your GLOBAL_HEAD (or LASTN/FRIENDS/DAY_HEAD). Change the numerical width and height values to whatever you'd like; do not change height: auto;.

Other Overrides:
You may be interested in the colored scrollbar override provided by howto; to color the scrollbars in your entries, replace body in that code with div.

Permalink + Add to Memories
Previous post Next post
Up