开发者

Can't get image to show inside div with bg-image

I'm currently working on http://dawtano.com/pp/ , and I want to show off my work in the div's looking like two pieces of paper on top开发者_StackOverflow of each other, with an inside. But something is going wrong - I'm currently working out from the same code used on http://bestwebgallery.com (thumbnail-view) - I can't get the image to show inside, no matter what size or w/e, I'm lost.


replace

<img src"http://dawtano.com/pp/images/qillnet-s.png" alt="Qill.net" />

with

<img src="http://dawtano.com/pp/images/qillnet-s.png" alt="Qill.net" />

You forgot to put an "=" symbol.


in css it's background-image perhaps that's the problem? try css="background-image:url('paper.png');"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜