> On 3/17/11 2:59 PM, Rory Bernstein wrote:
>> 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
>> 
> 
> 
On Mar 17, 2011, at 3:13 PM, David Laakso wrote:
> 
> Try something like this...
> 
> #lettershop {
> position: fixed;
> height: 26px;
> width: 219px;
> bottom: 0;
> left: 500px;
> border: 1px solid red;
> }
> 
> ~d

Perfect. Thanks! Rory
______________________________________________________________________
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