List Items Background Anchor Link
I am working on this : Menu List What I am trying to do is check with yourselves, If my approach is the right way. The site is running on Wordpress. So ideally I'd like to get rid
Solution 1:
Give image inside anchor
. Write like this:
.menu-headerullia{
display:block;
padding: 70px55px;
text-indent:-9999px;
}
#access.menu-headerulli#menu-item-26a{
background: url(http://i41.tinypic.com/345h0cw.png) no-repeat;
}
#access.menu-headerulli#menu-item-24a{
background: url(http://i43.tinypic.com/15cikhs.jpg) no-repeat;
}
#access.menu-headerulli#menu-item-23a{
background: url(http://i39.tinypic.com/dca82q.png) no-repeat;
}
Check this http://jsfiddle.net/FN6f5/2/
Post a Comment for "List Items Background Anchor Link"