<li style='width:150px'> <img style="width:150px;" src=" " /> <span class="del">删除</span> <span class="addordernum">排序</span> <span class="minusordernum">排序</span> </li>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style>ul{margin:100px auto;padding:0;width:500px;}img{width:500px;height:400px;}li{ position:relative; list-style:none;}.del{position:absolute;right:0;top:0;}.addordernum{position:absolute;left:0;bottom:0;}.minusordernum{position:absolute;right:0;bottom:0;}</style></head><body><ul><li> <img src="http://img.baidu.com/img/image/3bf33a87e950352a5947ae485143fbf2b2.jpg" /> <span class="del">删除</span> <span class="addordernum">排序</span> <span class="minusordernum">排序</span> </li></ul></body></html>
実際、多くのタグは div に置き換えることができます。 。
私は li タグを使用しましたが、正直言って柔軟性が非常に低く、互換性が低いです。 。
tableタグと同様に、表示効果はブラウザごとに異なります。 。 。
div を使用できる場合は、代わりに div を使用してみてください。 。 img 画像とハイパーリンクは div に置き換えることができます。 。