Forum Moderators: not2easy
<li><a href="#" class="name">Basics</a> <a href="/shared/sdahsfftx0" class="img"><img style="width: 100px; height: 20px;src="#" alt="Keyboard"></a></li> <---although this apears fine it needs to be words and able to be in a list but adding <ul><li> didn't seem to work :S ---->
<li><a href="#" class="name">Word</a></li>
<li><a href="#" class="name">Excel</a></li>
<li><a href="#" class="name">Ancestry</a></li>
<li><a href="#" class="name">Crafts</a></li>
<li><a href="#" class="name">Internet</a></li>
<ul>
<li><a href="#" class="name">eBay</a> <a href="/shared/sv3j2nttmp" class="img"><img style="width: 100px;height: 20px;src="#" alt="Ebay"></a></li><---although this apears fine it needs to be words and able to be in a list but adding <ul><li> didn't seem to work :S this will have at least 7 options to choose from---->
</ul></li>
<li><a href="#" >News</a></li> #pageHeader
{
background-color: #ffffff;
color: #000000;
position: relative;
top: -10px;
}
#siteNavigation {
top:80px;
left: 0px;
width: 100%;
min-width: 960px;
background-color: #ffffff;
border-bottom: 1px solid #ff0000;
border-top: 1px solid #ff0000;
text-align:center;
}
#siteNavigation a.active, #siteNavigation a.active:hover, #siteNavigation a.active:visited
{
background-color: #ffffff;
color: #ff0000;
cursor: default;}
#siteNavigation ul {
margin:0px;
padding:0px;
line-height:30px;
text-align:center;
z-index: 1;
}
#siteNavigation li {
margin:0px;
padding:0px;
list-style:none;
display: inline-block;
position:relative;
background: #FFF;
z-index: 1;
}
#siteNavigation ul li a {
text-align:center;
font-family: "Comic Sans MS", cursive;
text-decoration:none;
height: 30px;
width: 90px;
display: inline-block;
color:#000;
border-top: 0px solid #ff0000;
border-bottom: 0px solid #ff0000;
z-index: 1;
}
#siteNavigation ul ul { /**this is the thing I used to hide the drop down menu**/
position:absolute;
visibility:hidden;
top:32px;
z-index: 1;
}
#siteNavigation ul ul li {/* so the absolute img takes position fromm it */
position: relative;
z-index: 1;
}
#siteNavigation ul ul a.name {
display: block;
background: #ffffff;
width: 100px;
height: 28px;
border-bottom: 1px solid #ff0000;
line-height: 30px
z-index: 1;
}
#siteNavigation ul ul a.name:hover {
background: #fff;
z-index: 1;
}
#siteNavigation ul ul a.img {
visibility:hidden; /* hide the image until name is hovered on */
position: absolute;
left: 100px;
top: 0;
background: #000;
width: 100px;
height: 28px;
border-bottom: 1px solid #ff0000;
z-index: 1;
}
#siteNavigation ul li:hover ul,
#siteNavigation ul ul li:hover a.img { /* first one shows drop down list, second one shows hidden image link when name is hovered on */
visibility:visible;
background:none;
z-index: 1;}
/*****************************************/
#siteNavigation li:hover {
background:#fff;
z-index: 1;
}
#siteNavigation ul li:hover ul li a:hover {
background:#F33;
color:#FFF;
z-index: 1;
}