#harvey_img {
//position: absolute;
}
#harvey_img img {
// height: 130px;
//width: 180px;
}
Just remove the slashes:
#harvey_img {
position: absolute;
}
#harvey_img img {
height: 130px;
width: 180px;
}
and save.
| Free forum by Nabble | Edit this page |