Top "Background-color" questions

"background-color" is a CSS property used to define the background color of an element.

Changing navbar color in Twitter's Bootstrap 2.3.2

I've looked at other posts addressing this question, but I still can't seem to able to change the background color …

twitter-bootstrap background-color navbar
Set background color of NSView and NSImageView in cocoa

I have a some NSViews % NSImageView that I made in IB, how can I set up a background color for …

objective-c cocoa background-color
How to customize UISwitch button in iphone?

I created a UISwitch using this code... UISwitch *switch = [[UISwitch alloc]initWithFrame:CGRectMake(110, 230, 60, 60)]; [window addSubview:switchView]; [switchView release]; The created …

iphone text customization background-color uiswitch
rgba is not working, when i had it working 5 minutes ago

this is for my site http://www.blindsdetroit.com/ I need to have text that you CANNOT see through over …

css background-color rgba
HTML5 video background color not matching background color of website -- in some browsers, sometimes

I have a video that the client wants to sit "seamlessly" in the website. The background HEX color of the …

css html video html5-video background-color
How to change background color of a whole section in UICollectionView?

In UICollectionView, I want to give the whole section a uniform background color, instead of for a single cell or …

ios background-color uicollectionview
How to set the background color of a ttk.Combobox

I have a problem to set background color for Combobox using tkinter ttk with 'vista' theme (I'm using Python 3). I've …

python-3.x combobox tkinter background-color ttk
jtable cellrenderer changes backgroundcolor of cells while running

I'm trying to create a table and color specific cells either yellow, red or white, depending on the content of …

java swing jtable background-color tablecellrenderer
How do I add multiple linear-gradients to a css background? If

I am trying to accomplish the left widget box below and as you can see, there is a diagonal linear …

css background-color linear-gradients
Android: How can I change AlertDialog Title Text Color and Background Color without using custom layout?

I want to change AlertDialog title color and background color without using custom layout. My requirement, I tried below code, …

android android-alertdialog background-color textcolor