PDA

View Full Version : aligning all the way down.. left bottom...



leihi2
January 9th, 2006, 06:29 AM
hello,

ive got a question about aligning..


i want to align my img left in the bottom corner.. so if someone has a larger res screen the image will automaticly still be on the left bottom corner..

antizip
January 9th, 2006, 09:11 AM
Use this style


.bottomleft {
position:absolute;
bottom:0px;
left:0px;
z-index:100;
}