View Full Version : entries and div


manilaboy
08-10-2006, 02:04 AM
is there a code for me to contain all of my entries inside a div scrollbar?? like http://users.livejournal.com/mix_n_mash_____/ (hers)

and also is it possible to make a div layout for lj??

i've been kinda rusty since i haven't touched my lj account for 2 years...now i wanna revive it...please help

bourdelson
08-10-2006, 04:39 PM
She has a paid account, which is what you need to make div layouts with LiveJournal. With a basic or plus account, you only have access to so many things.

To get your entries in a box like that, I believe you would modify this [haven't used it, so I think it's the entries class that you have to change]:


.entries {
position:absolute;
top:#px;
left:#px;
height:600px;
width:600px;
overflow-x: hidden;
overflow-y: scroll;
border: 1px solid #000000;
background-color: #000000;
}


Change it to what you want, add it to your overrides and hopefully it'll do what you want. :)