Blog Background Image
Started by
david_hartman
, Mar 18 2011 03:04 PM
21 replies to this topic
#21
Posted 23 March 2011 - 10:13 AM
Hey David,
Check out the CSS background shorthand here:
http://www.w3schools..._background.asp
That's how you position it
#22
Posted 23 March 2011 - 03:17 PM
Thanks Andrew.. great link.
Was able to position it accordingly with the code below.
Thanks so much everyone for the great feedback.
Best, David
Was able to position it accordingly with the code below.
Thanks so much everyone for the great feedback.
Best, David
body.category-blog.canvas #page, body.category-blog.full_width #page, body.category-blog.fixed_width { background:url(http://wpdev.sontagfilm.org/wp-content/uploads/2011/03/Blog.jpg);
background-repeat:no-repeat;
background-position: 223px 154px;
}











