Set background-color and background-image using CSS in Eclipse 4

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Set background-color and background-image using CSS in Eclipse 4



Is it possible to apply both background-color and background-image using CSS in Eclipse 4? I am trying with the following example and all I can get is either the correct background or the image repeated many times within the window with the black background:


Shell
background-color: gradient linear rgb(0,206,209) rgb(0,255,127);
background-image: url('./image.png');



Additionally, I would like to have the image appear once in the upper-right corner of the screen.




1 Answer
1



This does not seem to be possible currently.



The gradient background is drawn by creating a background image for the control, so any background image you set will override this.



Control background images are tiled and there is no control over this.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

make 2 or more post in bootsrap

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3

Firebase Auth - with Email and Password - Check user already registered