In the following css code, the line "backgroundicture.gif;" does not
function using NN. If unstead I use background-color:yellow it functions great,
but I don't need it. I nned a picture. Does anyone know how to fix it?
<html>
<head>
<title>Untitled</title>
<style type="text/css">
.submenu
{position: absolute;
left: 20px;
width: 140px;
border: none;
backgroundicture.gif;
layer-background-color: black;
}
</style>
</head>
<body>
<div class="submenu" style="top: 20px">
I need an img background here
</div>
</body>
</html>
function using NN. If unstead I use background-color:yellow it functions great,
but I don't need it. I nned a picture. Does anyone know how to fix it?
<html>
<head>
<title>Untitled</title>
<style type="text/css">
.submenu
{position: absolute;
left: 20px;
width: 140px;
border: none;
backgroundicture.gif;
layer-background-color: black;
}
</style>
</head>
<body>
<div class="submenu" style="top: 20px">
I need an img background here
</div>
</body>
</html>