About 10,600,000 results
Open links in new tab
  1. How do I reduce the opacity of an element's background using CSS?

    Is it possible, using CSS only, to make the background of an element semi-transparent but have the content (text & images) of the element opaque? I'd like to accomplish this without having the text and …

  2. html - CSS Background Image Not Displaying - Stack Overflow

    Dec 25, 2012 · body { background: url(/img/debut_dark.png) repeat 0 0; } The HTML file has the body tag and does include the CSS file appropriately. I know for sure the CSS file is included properly as …

  3. html - Stretch and scale CSS background - Stack Overflow

    Dec 18, 2008 · Is there a way to get a background in CSS to stretch or scale to fill its container?

  4. How to make div background color transparent in CSS

    Feb 24, 2023 · I'm not using CSS3. So I can't use opacity or filter attributes. Without using these attributes how can I make the background-color transparent of a div? It should be kind of the text box …

  5. html - CSS Background Opacity - Stack Overflow

    Set your desired CSS opacity and other properties for the background and use the z-index property (z-index) to style and position the bContent div. With this you can place the div overtope of the …

  6. css - How do I stretch a background image to cover the entire HTML ...

    If the background-size property is set to "100% 100%", the background image will stretch to cover the entire content area There it shows the 'img_flowers.jpg' stretching to the size of the screen or …

  7. html - CSS background image to fit width, height should auto-scale in ...

    Feb 13, 2012 · } The desired effect is that this background image will have width equal to that of the page, height changing to maintain the proportion. e.g. if the original image happens to be 100*200 …

  8. Stretch and scale a CSS image in the background - with CSS only

    Jul 19, 2009 · 945 I want that my background image stretch and scale depending on the browser viewport size. I've seen some questions on Stack Overflow that do the job, like Stretch and scale …

  9. css - Semi-transparent color layer over background-image ... - Stack ...

    Learn how to create a semi-transparent color layer over a background image using CSS techniques in this Stack Overflow discussion.

  10. css - Set opacity of background image without affecting child elements ...

    Is it possible to set the opacity of a background image without affecting the opacity of child elements? Example All links in the footer need a custom bullet (background image) and the opacity of...