Hi guys
I'm having success positioning my background image at the bottom right of the window by writing this:
I've no idea if this is even valid, but it works in every browser I've tested so far (even IE on windows), except Firefox. Being as FF is usually a more forgiving browser, I'm wondering if there is a better way of doing it.
Any ideas?
I'm having success positioning my background image at the bottom right of the window by writing this:
Code:
body {
background-position: bottom right;
}
I've no idea if this is even valid, but it works in every browser I've tested so far (even IE on windows), except Firefox. Being as FF is usually a more forgiving browser, I'm wondering if there is a better way of doing it.
Any ideas?