Hi there Thinskys,
and a warm welcome to these forums. 
try it like this...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#container {
position:relative;
width:230px;
height:230px;
float:left;
}
.nav {
position:absolute;
background-color:#000;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
width:230px;
height:230px;
}
.navImage{
position:absolute;
width:50px;
height:50px;
left:90px;
top:90px;
}
</style>
</head>
<body>
<div id="container">
<div class="nav"></div>
<div class="navImage"><img src="images/atc_logo.gif" alt=""></div>
</div>
</body>
</html>
coothead
Bookmarks