Adding background to entries/sidebar

Jul 25, 2008 14:00

(I accidentally deleted my post, sorry)

How can I accomplish this? Thanks for any help!

Reference: (http://kyoy.livejournal.com/)

I tried using what was listed here and it worked but it repeated the image, using background-repeat:no-repeat; made the whole thing disappear. I'd like the image to ( Read more... )

css, background

Leave a comment

Comments 6

av8rmike July 26 2008, 15:07:07 UTC
It looks like you're using Opal, not Smooth Sailing.

Reply

beetwo July 26 2008, 15:10:42 UTC
sorry, I should have specified, this is for another journal (community) I have

Reply

av8rmike July 26 2008, 15:20:18 UTC
...Are you going to tell me which one?

Reply

beetwo July 26 2008, 15:22:21 UTC
(i'm an idiot) sorry 091909 (thanks)

Reply


av8rmike July 26 2008, 15:33:34 UTC
No problem. It looks like you'd add a background-image property to .sidebar{} for the sidebar and use the instructions in the other post for entries. You can use background-repeat: no-repeat; to keep it from tiling, then you'll have to monkey around with the positioning using background-position: to get it right. You can use settings like:
background-position: top left; or
background-position: bottom right;
or pixel values.

Reply

beetwo July 26 2008, 15:41:21 UTC
thanks

Reply


Leave a comment

Up