|
|
 |
Re: FN-FORUM: Image that stays bottom-right
date posted 1st March 2006 09:26
body {
> background-image: url();
> background-repeat: no-repeat;
> background-position: bottom-right;
> background-attachment: fixed;
> }
this should work, otherwise try w/t percentage
body {
> background-image: url();
> background-repeat: no-repeat;
> background-position: 600px 100%;
> background-attachment: fixed;
> }
On 1 Mar 2006 10:01:32 -0000, Thomas [EMAIL REMOVED] wrote:
>
> I've got a repeating background image for a design, but I also want an im=
age
> to appear in the bottom-right of the screen on all resolutions....
>
> As I havent tried it yet (in css) I just wanted to find out quickly if th=
is
> is possible before I go and send the concept off to my client?
>
> D Thomas
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|