test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nfhopmike Friend
    #191080

    I have a megamenu that works perfectly in Chrome, Firefox and IE10. However in versions IE9 and below there is a problem with the background-color property on the menu bar – instead of being a dark gray, it is showing as white. I am using a custom css file to modify the T3v3 framework css file and the bootstrap css file The URL in question is http://www.minsteadtt.org – it is using the T3v3 framework. The css for the property in question is as follows:
    Code:

    .t3-mainnav {
    background-image: none;
    background-color:#676767;
    border: none;
    font-size: .9em;
    }

    Can anyone explain why the dark gray property is not registering in IE8 and 9?

    congeladosemcasa Friend
    #507734

    Where is your custom css file located and what is its name?

    Meanwhile, try this:

    background-color:#676767 !important;

    nfhopmike Friend
    #507759

    OK I think I’ve solved it – it was picking up an ie filter rule from the template css file which I hadn’t spotted when modifying the template through custom css. Changed the values and added a new rule to custom css to modify the filter, and all seems to be well now!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  nfhopmike 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum