What CSS property am I missing or do I need to add so that my child menu will show up when I hover over the parent item in IE?
Currently, when I hover over the parent item that has a child menu, you can see the border around the child menu, but the menu itself is transparent in IE. Only after I hover over an item in the child menu does the background-color and text show up using IE. Firefox and chrome both work as expected. I did use the theme builder based on the silver theme, but only changed the gradient of the widget and the gradient of the widget states. In order to get the gradients to show up correctly in IE, I had to add these lines of code:
Is there a better way to get the gradient working in IE and is this related to the child menu not showing?
An image is attached to show what I see. Any ideas?
Currently, when I hover over the parent item that has a child menu, you can see the border around the child menu, but the menu itself is transparent in IE. Only after I hover over an item in the child menu does the background-color and text show up using IE. Firefox and chrome both work as expected. I did use the theme builder based on the silver theme, but only changed the gradient of the widget and the gradient of the widget states. In order to get the gradients to show up correctly in IE, I had to add these lines of code:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=
#3695b3
, endColorstr=
#00536e
, GradientType=
0
);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=
#3695b3
, endColorstr=
#00536e
, GradientType=
0
);
Is there a better way to get the gradient working in IE and is this related to the child menu not showing?
An image is attached to show what I see. Any ideas?