How do I align an element on the inside edge of a tag? That is, so that it works like absolute positioning but only inside the tag.
I think a way it would work is if it were possible to force the element to think the tag was the actual page, but I don’t know if this is possible/ideal.
EDIT:
http://www.flickr.com/photos/chustar/3736370208/
here’s a mockup of what i mean
What you need to do here is make the container element
position:relative;and then make the “positioned” elementsposition:absolute;