Dieses Listen--Bildpositionierungsproblem besteht im Allgemeinen darin, die Hintergrundsimulation von li zu verwenden.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh"> <head profile="http://www.w3.org/2000/08/w3c-synd/#"> <meta http-equiv="content-language" content="zh-cn" /> <meta http-equiv="content-type" content="text/html;charset=gb2312" /> <title>blueidea</title> <style type="text/css"> li { list-style:url("http://bbs.blueidea.com/attachments/2006/11/10/arrowb_kJrcZheJmiIF.gif"); } li a { position:relative; top:-5px; font:12px/25px 宋体; } </style> </head> <body> <ul> <li><a href="#">web标准常见问题大全</a></li> <li><a href="#">web标准常见问题大全</a></li> <li><a href="#">web标准常见问题大全</a></li> <li><a href="#">web标准常见问题大全</a></li> <li><a href="#">web标准常见问题大全</a></li> </ul> </body> </html>
Das obige ist der detaillierte Inhalt vonEin Bild im Listenstil in CSS kann durch Hintergrundsimulation oder relative Positionierung von Li nicht genau positioniert werden.. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!