Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS show image when hovering over menu item Reply To: show image when hovering over menu item

#248181
crawling
Participant

This is what i tried to do , i gave the submenu a css class name “mitem1”

and added this into css :
.mitem1 li a:hover {
background-image: url("http://www.example.com/image.jpg");