标签: html image anchor
此处示例:http://www.reddit.com/r/fffffffuuuuuuuuuuuu/comments/fn9e7/the_best_thing_about_walking_to_school/c1h7af4
我试图通过Firebug窥视DOM,但我找不到对图像的引用。我只发现锚标签的href属性决定了要显示的图像。这对我来说是新鲜事。这是如何工作的?
href
答案 0 :(得分:1)
background-image伪选择器中的CSS :after。
background-image
:after
答案 1 :(得分:1)
<a href="link.html" style="width:100px; height:100px; background-image:url('image.jpg');"></a>