background image position??

liunx

Guest
Hi does anyone know how I can have my background image placed at the top-right hand corner of my page.

I tried each of the following:

background-repeat:no-repeat;
background-position:right; ------>this placed it middle-right
background-position:top; ------>this placed it top-left

There doesn't seem to be something like:
background-position:top-right;

Please helpbackground:url(image.gif) top right no-repeat;
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_background.aspThanks">http://www.w3schools.com/css/css_background.aspThanks</a><!-- m -->

background:url(image.gif) top right no-repeat;



works like a charm!!!
 
Back
Top