• when I apply this to my CSS theme customizr the slider does not work on Mozilla firefox.

    .tc-header {height:50px;
    background-image: -webkit-linear-gradient(bottom, #1b1b1c 0%, #555860 100%);
    
    	background-image:    -moz-linear-gradient(bottom, #1b1b1c 0%, #555860 100%);
    	background-image:     -ms-linear-gradient(bottom, #1b1b1c 0%, #555860 100%);
    	background-image:      -o-linear-gradient(bottom, #1b1b1c 0%, #555860 100%);
    	background-image:         linear-gradient(bottom, #1b1b1c 0%, #555860 100%);
    border-bottom: 0px;
    border-top: 0px;
    z-index: 200;
    }

    they send me this error message(firebug):
    “Warning: Enabling the Script panel causes a Firefox slow-down due to a platform bug. This will be fixed with the next major Firefox and Firebug versions.”
    While it works perfectly on all browsers and also on firefox before I apply this CSS

Viewing 1 replies (of 1 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi, I tested your code and I does impact the slider display but I really can’t figure why.
    One thing is for sure, the warning message you have is not related to this code or the theme.
    Did you find a solution since then?
    Thanks for using the theme

Viewing 1 replies (of 1 total)
  • The topic ‘background-image menu mozilla firefox 25.0.1’ is closed to new replies.