https://i.sstatic.net/ZI8Ch.png
CODE
div.box {
display: block;
text-align: center;
margin: auto;
z-index: 5
}
#navMenu {
margin: 0;
padding: 0;
}
#navMenu ul {
margin: 0;
padding: 0;
line-height: 30px;
}
#navMenu li {
margin: 0;
padding: 0;
list-style: none;
float: left;
position: relative;
background:#999;
}
#navMenu ul li a {
text-align: center;
text-decoration:none;
height: 30px
width:300px;
display: block;
color: #FFF;
border:1px solid #000;
text-shadow: 1px 1px 1px #000;
}
#navMenu ul ul {
position: absolute;
visibility: hidden;
bottom: 31px
}
#navMenu ul li:hover ul {
visibility: visible;
}
/*****************************************************************************/
#navMenu li:hover {
background:#09F;
}
#navMenu ul li:hover ul li a:hover {
background:#CCC;
color: #000;
}
#navMenu a:hover {
color: #000;
}
.clearFloat {
clear:both;
margin: 0'
padding:0;
}
<!DOCTYPE html>
<html>
<head>
<title>ZEFROLITY</title>
<link rel="stylesheet" href="main.css" media="screen" title="no title" charset="utf-8">
<link href="main.css" rel="stlesheet" type="text/css">
</head>
<body>
<div class="box">
<img src="icon1.png" alt="zefrolity" width="50%" height="50%">
</div>
<div id="wrapper">
<div id="navMenu">
<ul>
...
<br class="clearFloat">
</div> <!--end navMenu -->
</div> <!--end wrapper div -->
</body>
</html>
I am looking to enhance the drop-down menu functionality by ensuring that it covers the entire bottom section, rather than just limited areas on the left. Additionally, I would like to incorporate more grey tones next to the text to allow for multiple words to be placed on the same line, resulting in a cleaner appearance.
Best Regards,
Zefrolity; Your assistance is greatly appreciated