Support » Plugin: My Custom CSS PHP & ADS » Cross-Site compatibility CSS will not work

  • Resolved nusrc

    (@nusrc)


    When attempting to alter the following code, it would completly wipe out the background (Setting it to background:0):

    background: #222; /* Show a solid color for older browsers */
    	background: -moz-linear-gradient(#252525, #0a0a0a);
    	background: -o-linear-gradient(#252525, #0a0a0a);
    	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
    	background: -webkit-linear-gradient(#252525, #0a0a0a);

    http://wordpress.org/extend/plugins/my-custom-css/

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cross-Site compatibility CSS will not work’ is closed to new replies.