EDIT: ci sono riuscito! Così:
Css:
codice:
#home {background: url('images/menu.png') -0px -0px no-repeat; width: 129px; height: 41px;}
#about_me {background: url('images/menu.png') -157px -0px no-repeat; width: 219px; height: 41px;}
#works {background: url('images/menu.png') -404px -0px no-repeat; width: 140px; height: 41px;}
#contact {background: url('images/menu.png') -572px -0px no-repeat; width: 172px; height: 41px;}
#home, #about_me, #works, #contact {display: inline-block;}
#menu {list-style-type: none;}
#menu a:hover {filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;}
Html:
codice:
<ul id="menu">[*][*][*][*][/list]
Solo che adesso non so come fare allineato il menù
Mi aiutate?
EDIT:
risolto anche allineamento