scrolling sidebar box

Jan 22, 2007 09:50

New to bloggish and to this comm! I have managed to incorporate a couple of extra boxes into my sidebar (on a test journal) including a random quote generator using the very helpful tutorials here. But I have a question; on my current flexible squares layout I have been able to use a scrolling box for my taglist; is there any chance that I might be ( Read more... )

modules:custom module, modules

Leave a comment

carriep63 January 22 2007, 14:23:53 UTC
Certainly. All it takes is a little bit of CSS placed in your layer or in your "Custom CSS" box using the customization wizard. You would change the height of the box to suit your needs.

The whole box
.module-categories{
height:100px;
overflow:auto;
}

or Just the tags
.module-categories .module-content{
height:100px;
overflow:auto;
}

Reply

liars_dance January 22 2007, 15:43:40 UTC
thank you! That worked a treat. Now my journal looks fab in Firefox but only half the sidebar and no entries at all show in IE :( Is this a problem others have encountered? Is there a trick to having the layout look good in both browsers?!

Reply

carriep63 January 22 2007, 15:49:20 UTC
That particular code should make no difference in IE or in Firefox. There may be something else interfering? Where is the journal in question?

Reply

(The comment has been removed)

(The comment has been removed)

liars_dance January 22 2007, 16:11:32 UTC
Hmmm... that's a shame. I've tried the CSS and theme together on my actual journal (so different entries) and it still won't show in IE. If I don't have the theme layer (and therefore my extra boxes it works fine. But I want my boxes! Ah well, back to flexible squares... But thanks for your help - t'was much appreciated!

Reply

carriep63 January 22 2007, 16:41:43 UTC
It's probably just a box that isn't closed properly. Where is your theme layer?

Reply

liars_dance January 22 2007, 19:29:40 UTC
ETA: no worries - I've sorted it; I have no idea how, but the page will now load in IE :D Thank you again!

Reply


Leave a comment

Up