User Agent Style overriding Font in one language

pablineek

New Member
I am hoping for some direction or clues on tracking down a defect.I have a ul side menu with links to aspx pagesA subset of these pages render the menu items in italic when the language is French only.When this happens the console shows a new style entry for the menu items:inherited from i:\[code\]i, cite, em, var, address, dfn {font-style: italic;\[/code\]
  • The aspx pages that are affected have the same header and links tostyles as those that are not affected.
  • The pages render fine in otherlanguages
  • The problem exists across browsers
  • There are no in-line styles on the aspx pages
  • The user style overrides mystyle sheet even when I add the following to it as a test:i {font-style: none !important;}
Any thoughts on what might cause the user agent style to take priority?
 
Back
Top