Snippets tagged “background”
13 snippets use this tag.
- How set background drawable programmatically in AndroidJava
To set a background drawable programmatically in Android, you can use the setBackgroundDrawable method of the View class.
- How to Add a Frame Around an ImageCSS
How to add border as a frame for images. Also add image borders to images. See also Circle and Round frames. All with examples.
- How to Add Both a Background Image and CSS3 Gradient to the Same ElementCSS
If you want to make your website more attractive, read this snippet and learn how to add both a background-image and CSS3 gradient to the same element.
- How to Adjust the Position of List Style ImageCSS
In our snippet, we’ll show how to properly use the padding to overcome the difficulty of applying the padding not only to the list items but also to images.
- How to Animate the Background of the Progress BarCSS
On this page, we’ll demonstrate how to animate the background of a progress bar created with the HTML <progress> element. Read this snippet to find the answer.
- How to Center a Background Image Inside a DivCSS
In this tutorial, find out how you can center your background image within a <div> element. For that, use the CSS background and background-size properties.
- How to Change the Input and Button Images with CSSCSS
It may be difficult to style buttons, especially when we need to change them to images. You can change buttons to images with <input> and <button> elements.
- How to Click Through a div to its Underlying ElementsCSS
You don't know how to click through a div to its underlying elements, and this causes some problems for you? Read this snippet and solve this problem.
- How to Create a Shining Text Animation EffectCSS
If you want to make your Website attractive and interesting for the visitors, read our snippet and learn to create a shining text animation effect.
- How to Give a Text or Image a Transparent Background Using CSSCSS
Use CSS3 opacity property to make an image or a background transparent. Learn also how to change the opacity while hovering. All with examples.
- How to Make a Semi-Transparent Background with CSSCSS
One design feature that can cause difficulty is a semi-transparent background. We’ll show how to make a transparent background with an opaque text on it.
- How to Style a <select> Box Drop-Down with Only CSS?CSS
How to style the select box. Learn 4 ways of replacing the annoying drop-down arrow and setting either a background-image instead of it or a punctuation mark.
- How to Turn a Rectangular Image into a Cropped Square Image with CSSCSS
In this snippet, we’ll show how you can turn a rectangular image into a cropped square. We’ll use CSS and turn an image into a square without distorting it.