Ive had a good read and attempt at this for a while. Adding a
.IE8Fix
Code:
11: {
12: z-index: 100;
13: }
followed by a
Code:
<DynamicMenuStyle CssClass="IE8Fix" />
did not work.
With regards to option 2 as recommended here:
http://blogs.msdn.com/b/giorgio/arch...ite-issue.aspx
I have downloaded CSSFriendly.dll and CSSFriendlyAdapters.browser the recommdned site as step 1.
However could you please tell me how in my site i then:
" 2. Inside your project, add a reference to CSSFriendly.dll.
3. Add the special folder App_Browsers to your project, and copy the file CSSFriendlyAdapters.browser. "
Im particularly unsure what it means by adding a reference to CSSFriendly.dll.
Could you please tell me how to do that.
Hopefully i can get the white menu items to disappear then.
Lee