css position
css position
Out of context: Reply #2
- Started
- Last post
- 14 Responses
- version30
make it a class inside the div instead of a div inside a div and just use float: right; in your css or whatever you need
#content {
width: 400px;
}#content .item {
background-color: #f4f4f4;
margin: 0px;
padding: 10px;
min-height: 200px;
}#content .item .image {
float: right;
padding: 10px;
}