On 3/17/11 2:59 PM, Rory Bernstein wrote:
hello,
http://rorybernstein.com/afia_placeholder/

On this page, there is an image with a red border, it is in the div called 
id="lettershop"

How do I make this image always be a fixed distance from the bottom of the 
browser window?
Thanks, Rory




Try something like this...

#lettershop {
position: fixed;
height: 26px;
width: 219px;
bottom: 0;
left: 500px;
border: 1px solid red;
}

~d

--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

______________________________________________________________________
css-discuss [[email protected]]
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