hover color for IE menu

This commit is contained in:
Karen 2011-10-31 23:48:01 +05:30
parent 0e996a4dd8
commit c7b81bc801

View File

@ -89,6 +89,7 @@ background:-webkit-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 1
background:-o-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); background:-ms-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%);
background: linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%);
background: rgb(14,128,160); /* Old browsers */
background:rgb(12,77,137);
background: -moz-linear-gradient(top, rgba(14,128,160,1) 0%, rgba(84,117,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,128,160,1)), color-stop(100%,rgba(84,117,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* Chrome10+,Safari5.1+ */