Quote:

The amount of happiness that you have depends on the amount of freedom you have in your heart

Wednesday, 14 December 2011

Drop down menu is not working in Chrome or Firefox?

If the dropdown menu is not working in the Chrome or Firefox explorer then fix that with the help of this:

Fix the Dropdown menu without adding z-index to the head div.


#head {
   
position:relative;
   
height: 140px;
   
width: 100%;
   
background: #FFF;
   
filter:alpha(opacity=93);
   
padding-top:20px;
   
/* CSS3 standard */
   
opacity:0.93;
   
-moz-box-shadow: 0 0 5px black;
   
-webkit-box-shadow: 0 0 5px black;
   
box-shadow: 0 0 5px black;
}
________________________________________________________________


No comments:

Post a Comment

“You can't change the past, but you can ruin the present by worrying about the future”