Hi I had some issues getting the background-image to display. I tested different browsers to see if that was the problem, but no difference. I've done this so many times before, but now it just won't work. I even tried to do a test file to see if I could figure. I would appreciate help
- html
<div class="menu-1"></div>
- css
.menu-1{
display: block;
width: 21px;
height: 21px;
background-image: url('images/screen/menu-1.jpg');
}



Reply With Quote
Bookmarks