css - Use of IMG within a UL LI navigation menu list -


i have menu list, used in website navigation, of menu items contain both text , image right of text:

<ul>   <li>nav item 1</li>   <li>nav item 2 <img src="image.gif" /></li> </ul> 

i'd menu items containing image text[space]image in correct horizontal alignment.

can showing me css achieve this?

ul li img { padding-left: 20px; } 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -