I'm experiencing an issue with the dropdown menu on my blog (). It doesn't seem to be functioning properly. I've included the HTML & CSS codes below.
Even after trying to change the display properties to block
and inline
, the dropdown menu still does not appear when hovered over. Can you provide some guidance on how to fix this?
HTML:
<!-- begin #topMenu -->
<div class='clearfix' id='navigation-wrapper'>
// Code snippet omitted for brevity
</div>
<!-- end #topMenu -->
CSS:
/* -------------------------------------------------- */
/* MAVIGATION
/* -------------------------------------------------- */
.downarrowclass {
position: absolute;
top: 53px;
right: 5px;
}
// CSS code snippet abbreviated for simplicity
.rightarrowclass {
background-image:url(http://3.bp.blogspot.com/-ivF1y3GR6rw/UkEjZ8YMXlI/AAAAAAAAJ-8/xCB_X7XVIbw/s1600/plus-white.png);
}