所以我有这张照片: http://www.kyea.org/imageuploads/MC900382613.JPG 这是一只用铅笔的手,我想把它放在我的网页上,这样它就像是在写这些内容。有没有办法做到这一点?我已经尝试过使用背景源,背景大小,背景位置,但似乎没有任何效果。
答案 0 :(得分:0)
以下css est图像位置.....
img {
position:relative;
float:right;
top:-15px;
left:-198px;
}
#text {
position:relative;
color:green;
text-align:left;
top:50px;
right:-90px;
}
for demo:JSFIDDLE DEMO