Hello,

I have a link that I've absolutely positioned in a relatively positioned 
container so that it sits 50px up from bottom of container. In order for me to 
get the link to look centered I had to style it like so: 

#jobad {position: relative; width: 298px; height: 250px; border: 1px solid 
#000;}
a {position: absolute; left: 76px; bottom: 50px;} 

I wanted to give the left property a value of 50% but that didn't exactly 
center it. So I resorted to using a pixel value. Can someone explain why 
declaring "left: 50%" didn't work?


TIA,
Elli





      
______________________________________________________________________
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