Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
body {
background-image:url(/images/foo.gif);
background-repeat:no-repeat;
background-position:top right;
}
.foo {
background: url(path/to/image) no-repeat;
width: (width of image in px);
height: (height of image in px);
position: absolute;
top: 0;
right: 0;
}
1 to 9 of 9