background-color Questions
1
Solved
For some reason, when using partially transparent rgba() background-color and box-shadow color values on an element with a non-fixed (percent-based) border-radius, it renders a tiny transparent g...
Horotelic asked 14/4, 2020 at 17:17
1
Intro:
I have a sticky header and a body which has linear gradient.
Goal:
I'd like to set the header's background as the same of a specific area, that is to say where it initially sits on the top....
Marchal asked 29/3, 2020 at 12:41
4
Solved
I am facing a strange problem while using fragments and just cant figure it out.
When I am replacing fragments inside my MainActivity container, some will keep the desired transparent background, ...
Janey asked 24/6, 2014 at 9:1
4
Solved
I have a some NSViews % NSImageView that I made in IB, how can I set up a background color for each when the app awakesFromNib?
After google and search here, i found that can be done by creating ...
Sneed asked 9/6, 2014 at 10:29
8
At the moment i am using this template:
http://getbootstrap.com/examples/navbar-fixed-top/
Is there any way to give the background in the dropdownmenu (The one that pops up, when the navbar collap...
Netsuke asked 16/5, 2014 at 16:1
3
I want to simply set a background color to the frame within the tkinter window. The background color for the window was successfully set, but not for the frame inside. Simply entering bg='color_nam...
Eaddy asked 1/2, 2019 at 9:27
18
Solved
I'm looking for the best way to change the backgroundColor of an NSView. I'd also like to be able to set the appropriate alpha mask for the NSView. Something like:
myView.backgroundColor = [NSColo...
Orourke asked 3/6, 2010 at 1:25
17
Solved
How can I set the background color of an HTML element using css in JavaScript?
Iraidairan asked 6/8, 2008 at 12:23
11
When I drop a UISearchBar into my view inside Interface Builder, and change its style to Black Opaque, the cancel button stays unfittingly blue / gray and doesn't become black.
How can I make the ...
Calorimeter asked 7/5, 2010 at 9:22
8
Solved
I want to change AlertDialog title color and background color without using custom layout. My requirement,
I tried below code, but can't work.
final CharSequence[] items = {" Visiting Card", ...
Tectonics asked 17/7, 2018 at 11:21
1
Solved
I found this infamous article from 2012. It details how to create scrolling shadows and still works beautifully but I really want to understand the solution and I can't seem to find the necessary i...
Headrick asked 20/12, 2019 at 17:43
7
Solved
How can I change the entire console's background color? I've tried SetConsoleTextAttribute and it only changes the background color of new text.
I effectively want the entire console to turn red w...
Ultimatum asked 23/6, 2011 at 21:40
16
Solved
What's the difference between specifying a background color using background and background-color?
Snippet #1
body { background-color: blue; }
Snippet #2
body { background: blue; }
Flyover asked 18/4, 2012 at 8:15
5
Solved
How do I make a color changing/fading background using html and css and possibly javascript similar to waht https://kahoot.it has?
Correspond asked 12/4, 2017 at 14:7
4
Solved
I've got one trouble while changing android design. I need to change action bar menu background color to black. I know, there are lots of answers for this question. I tried many of them. But nothin...
Piton asked 10/3, 2015 at 21:57
2
Solved
I'd like to change the background color for my annotate text so that it's green and covers up anything behind it (like the horizontal line in the example below). How do I do that?
ggplot() +
geo...
Corenda asked 20/9, 2016 at 20:0
3
Solved
I'm currently working on a theme toggle for my website that uses Javascript / jQuery to manipulate the Body.bg color using a lightmode()/ darkmode() function that is toggled by a button. What I wan...
Trappings asked 27/8, 2019 at 0:7
5
Solved
My goal is for all cells in a table to have a background color except ones with the class 'transparent'. Here is some sample code (corresponding jsfiddle):
<style>
td { background-color: re...
Diondione asked 16/9, 2013 at 20:45
6
Solved
Please, help me to find the easiest way to achieve this result with just one single div?
<div></div>
Prescott asked 28/9, 2016 at 6:10
1
Solved
I have trouble about to make table <td>/<th> selection cells.
When cell(s) selected background-color: rgba(51, 122, 183, 0.2) !important; will use
But It will replace old backgr...
Pueblo asked 22/7, 2019 at 3:34
3
Solved
Why is this ARGB hex not working?
<td style="background-color: #FFFF9980">
Oldham asked 30/5, 2012 at 11:28
2
Solved
I am making a form and want each input to have be transparent but when I use the autocomplete feature in Chrome and then tab into the next field, the previous field gets a pale blue background.
I ...
Koralle asked 12/3, 2019 at 23:2
2
Solved
I am currently have a document that needs to be smart scanned.
For that, I need to find proper contours of the document in any background so that I can do a warped perspective projection and detec...
Preterhuman asked 4/4, 2019 at 10:19
2
Am able to set the background-color attribute for HTML body in an inline <style> command
but not when the identical command is moved to an external stylesheet. A specific example
is given bel...
Stentorian asked 24/6, 2013 at 16:55
1
Solved
I found that I couldn't get the background color to inherit the background colour of another element when declared inside a variable function in css. Here is an example of what I am encountering. I...
Reinsure asked 20/3, 2019 at 22:30
© 2022 - 2024 — McMap. All rights reserved.