Inita: SRC von <IMG> für Klasse fix definieren

Beitrag lesen

kannst du dein img vor dem text legen, ist auch mega gut, wenn du ein zB menu machst.

<ul>
  <li style="background:url(bullet1.gif) 5px no-repeat;list-style:none;padding:0 0 0 20px">Home</li>
  <li style="background:url(bullet1.gif) 5px no-repeat;list-style:none;padding:0 0 0 20px">Fotos</li>
</ul>

oder

<div style="background:url(bullet1.gif) 5px no-repeat;padding:0 0 0 20px">Home</div>

mein bullet1.gif ist height:5px;width:5px, style inhalt leg in einer class und so isses.

LG Inita