Background help

Jun 21, 2006 19:57

I'm currently working on the layout for hp_stillness, and I'm having an issue with the background. Is it possible to have a stationary background, with just the center area that scrolls? I tried entering it in the stylesheet, but after creating it, naming it, and saving it (with no errors), it didn't show up in my list of themes. I also tried just entering it ( Read more... )

Leave a comment

Comments 2

mart June 22 2006, 08:28:24 UTC

You should be able to use the new Custom CSS box in the customize area to add some rules like the following:

body {
background-position: top center;
background-attachment: fixed;
}

With any luck, that should work alongside the background-related options in the customize area, so you can continue to specify your background image in the background image box, etc. I've not tested this, so please give me a yell if it doesn't work. ;)

Reply

4am_secret July 28 2006, 15:59:15 UTC
Ahhh, I'm sorry it's taken me so very long to respond about this! I just one other question, though - I've added in that code, and saved & compiled and all, but I still can't get the theme to show up in the drop-down menu of themes. I did name it and everything, so I can't figure out why, haha~

Reply


Leave a comment

Up