Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Maria Yousaf
> Easy as pie. > > Still using top and right, but with negative numbers, like: > > #spot { >  position: absolute; >  top: -10px; >  right: -50px; > } > > Positive numbers put you inside the wrapper.  Negatives put you outside the > wrapper, and zero is at the edge of the wrapper. Thank you! That

Re: [css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Maria Yousaf
> I get a 404 error when I go here. Sorry, the URL is http://home.digitaltorque.ca/anotherplacetogrow. > #wrapper { >  position: relative; /* so that when we absolute position the image, it is > relative to wrapper. > } > > #spots { >  position: absolute; >  top: 0; >  right: 0; /* we want the b

[css-d] Fixing an image to the right corner of a div

2009-05-19 Thread Maria Yousaf
Hi folks, I'm rather new to css as well as this list, so please pardon my question if it seems simplistic or if this question has been answered before. I've started a website located here: http://www.digitaltorque.ca/anotherplacetogrow. I'm trying to position an object on the top right hand c