2211月/090
centering the image in the div block is still unresolved
one of the solutions i solved - http://blog.neraliu.com/examples/css/css0002.html
- reference - http://www.w3.org/Style/Examples/007/center.html
2211月/090
learning the css positioning
- note: after the floating elements we can "clear" the floats to push down the rest of the content.
#div {
clear:both;
}
2211月/090
image cropping in css
the outstanding question is how to move the image inside the div to show the exact portion of the image you want?
219月/090




































