Introduction
In this article, you will learn how to insert an image in a list and anchor tag, like: <a href="#">
In this article I used the following images:
If you want a reversed image then you need to use:
- #menu ul li ul li ul {
- display: none !important;
- right: 195px;
- top: 0px;
- position: absolute;
- margin-right: 13px;
- }
-
- #menu ul li ul li.vertical a {
- background: url(verticald.png) no-repeat !important;
- margin-right: -13px;
- }
-
- #menu ul li ul li.vertical:hover a {
- background: url(vertic.jpg) no-repeat !important;
- }
The full code is given below.
Output