Jump to content

dropdown menu


samerhannoun

Recommended Posts

Hi guysI have a drop downdown menu, the problem is in the background of the sub-menu elements, the first sub-menu element take the background image but the others with the same parent didn't take the background. what is that should be???

#head-elements div#block-menu-primary-links ul li{	display: inline;	list-style-image: none;	position:relative;	margin: 0px;height: 44px;	width: 103px;padding:0px;text-align: center;line-height: 3.3;}#head-elements div#block-menu-primary-links ul li:hover ul{display:block;position:absolute;left:0px;}#head-elements div#block-menu-primary-links ul li ul{display:none;z-index:400;}

Link to comment
Share on other sites

think you might need to post more of your code to get help... maybe the part that defines the background image and some html for starters.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...