i'm trying to acheive this type of text wrap around an image using css. i can align the image to the right but i just cant seem to get the image to align to the bottom.
i've tried vertical-align: bottom:, and float: bottom: ...but neither of these work. need your help!!
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxx +----------------+
xxxxxxxx | |
xxxxxxxx | |
xxxxxxxx | |
xxxxxxxx +----------------+
here's my code...
i've tried vertical-align: bottom:, and float: bottom: ...but neither of these work. need your help!!
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxx +----------------+
xxxxxxxx | |
xxxxxxxx | |
xxxxxxxx | |
xxxxxxxx +----------------+
here's my code...
Code:
#imageright {
display:block;
margin:0;
float:right;
float:bottom;
vertical-align:bottom;
padding-left:7px;
padding-top:7px;
}