Hi, i have an ordered list that has 4 links listed
My CSS for the class is:HTML Code:<div class="details"> <ol> <a href="#"><li>link 1</li></a> <a href="#"><li>link 2</li></a> <a href="#"><li>link 3</li></a> <a href="#"><li>link 4</li></a> </ol> </div>
However i want to add a hover effect on the list links so that the background arrow will change to arrow_o (different colour arrow) and that the text will change to black. Please can anyone help me with this code, thanks in advanceCode:.details li { margin: 10px 0px 10px 0px; padding-left: 20px; background-image: url(../images/arrow.gif); background-position: left center; background-repeat: no-repeat; }


Reply With Quote
Bookmarks