Sorry, the URL is http://home.digitaltorque.ca/anotherplacetogrow.

> Thanks Tim!  This is actually really close to what I want, but I was
> hoping to find a way to have an image partially hang off the top and
> right side of the wrapper, rather than be positioned strictly inside
> the wrapper.  Almost like the image is sitting on top of the wrapper.

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.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to