Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

199
votes
47answers
56k views

White (Light) vs. Black (Dark) Backgrounds: Health Effects [closed]

I am adding a bounty to this question, hoping for some scientific research results. Thank you everybody! I have recently tried working on dark backgrounds, and it seemed (to me) to be easier on the ...
46
votes
2answers
14k views

UITableView backgroundColor always gray on iPad

When I set the backgroundColor for my UITableView it works fine on iPhone (device and simulator) but NOT on the iPad simulator. Instead I get a light gray background for any color I set including ...
24
votes
7answers
15k views

Can't change background for UIWebView in iPhone SDK

Is there a way to change background color for UIWebView? None of the colors set in IB effect UIWebView behavior: before acctual content is loaded it shows as up as white (causing a white flash between ...
19
votes
10answers
17k views

Background-color hex to JavaScript variable (jQuery)

I'm kind of new to JavaScript and jQuery and now I'm facing a problem: I need to post some data to PHP and one bit of the data needs to be the background color hex of div X. jQuery has the ...
16
votes
4answers
547 views

Weird CSS Background Colors

How come certain random strings produce various colors when entered as background colors in HTML? For example: <body bgcolor="chucknorris"> test </body> ...produces a document with a ...
14
votes
7answers
14k views

Changing UITableViewCell textLabel background color to clear

In my app I have a table view with customViewCells. I subclassed the UITableViewCell class and added an image that will load async and for the text I use cell.textLabel.text = @"someThext". For the ...
14
votes
4answers
37k views

Set background color of WPF Textbox in C# code

How can I change the background and foreground colors of a WPF Textbox programatically in c#?
11
votes
6answers
24k views

Fade the background-color of a span tag with JQuery

I'm trying to fade the background-color of a span tag using JQuery to emphasize when a change has occured. I was thinking the code would be someting like the following inside the click handler, but I ...
10
votes
1answer
4k views

Animate change of view background color in Android

How do you animate the change of background color of a view in Android? For example: I have a view with a red background color. The background color of the view changes to blue. How can I do a ...
9
votes
3answers
9k views

Best way to change the background color for an NSView

I'm looking for the best way to change the background color of an NSView. I'd also like to be able to set the appropriate alpha mask for the NSView. Something like: myView.backgroundColor = ...
8
votes
6answers
143 views

Is it possible to change only the alpha of a rgba background colour on hover?

I have a set of <a> tags with differing rgba background colours but the same alpha. Is it possible to write a single css style that will change only the opacity of the rgba attribute? A quick ...
8
votes
5answers
7k views

iPhone UITextField controlling background color

Greetings, I am unable to control the background color of a UITextField with a borderStyle= UITextBorderStyleRoundedRect. With this border style the backgroundColor property only seems to control a ...
7
votes
2answers
543 views

Change entire console background color (Win32 C++)

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 when ...
6
votes
8answers
111 views

How to style a div to have a background color for the entire width of the content, and not just for the width of the display?

I have an HTML page that for the sake of this question looks like this: <html> <head> <style> div { width: 100%; } .success { background-color: #ccffcc; } </style> ...
6
votes
2answers
128 views

Artifacts when changing background colour of JTextArea

I'm having a problem when setting the background colour of a JTextArea after I set its text. The code is as follows: import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; ...
6
votes
9answers
467 views

How to disable “highlight subviews” message for UIView/UIViewController in iOS SDK?

I want to use the default highlight on a UITableViewCell when it is tapped. However, I do not want custom subviews (and their subviews) to receive the message to update their highlighted states and ...
6
votes
5answers
117 views

New to WPF, how would I create these colored bars in my form?

I'm trying to ditch Windows Forms, and learn to use WPF professionally from now on. Pictured above is a form done in Windows Forms that I'd like to recreate in WPF. Here is the XAML I have so far: ...
6
votes
2answers
610 views

How to make alternating background color for ItemsControl rows (Silverlight)?

How to make alternating background color for ItemsControl rows?
6
votes
5answers
665 views

How to set a custom background color on a line in a JTextPane

I would like to alternate between gray and white as background from one line of my JTextPane to the next. I tried to do this by overloading the paintComponent() method and drawing the background ...
6
votes
3answers
203 views

Why was ::selection removed from the CSS Selectors spec, and how does its specificity work against type selectors?

Some questions about using CSS to specify the color of selected text: 1) https://developer.mozilla.org/En/CSS/::selection says that, "::selection was drafted for CSS3 Selectors but removed from ...
6
votes
3answers
3k views

iPhone - UIView's backgroundColor - using a png with transparency?

I'm setting the background color of my UIView (which is within a UIViewController) as follows: myView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"myTransparentBG.png"]]; ...
6
votes
3answers
139 views

What about WebSafe colors

My father with whom I'm going to create a website (I just got him away from using Dreamweaver and font-tags) keeps talking about WebSafe colors he has to use for the background images. I keep telling ...
5
votes
1answer
300 views

Change JButton gradient color, but only for one button, not all

I want to change JButton gradient color, i found this, http://java2everyone.blogspot.com/2009/01/set-jbutton-gradient-color.html, but i want to change gradient for only one button, not all button
5
votes
2answers
822 views

Set StackPanel background to WP7 selected accent (theme) color

I am wondering if it is possible to set the background of my StackPanel to the Windows Phone 7 user selected accent (theme) color. I have heard that you are supposed to use styles so it can be used ...
5
votes
3answers
459 views

Changing the forecolor and backcolor of text in a textbox

I'm making a C++ code editor application using VB.NET. I'd like to change the color of the keywords as the user types it. Also I'm looking for a way to highlight some lines of the code. Is there a ...
5
votes
1answer
606 views

CSS rgba Background Color Validation

I found a weird CSS validation result: when rgba() is used to background, it does not validate, however, the workaround is rgba() for background-color. Why that rule exists? Is it a validator's bug? ...
5
votes
3answers
522 views

Mini Project: Change the color of the terminal based on the time of day

Good Evening, I am pretty new to Unix so maybe this mini project is too ambitious. Hoping someone could point in in the right direction. Working in a cubicle and I can't see how light it is ...
5
votes
6answers
8k views

JQuery help - animate background color

Using JQuery, what I want to do is create a function that when I call the function, it will fade the background color of my "#page" DIV from the CSS defined background color to yellow then back to the ...
5
votes
5answers
14k views

jQuery dialog theme and style

How do I change the title bar background color of jQuery dialog? I have looked at the themeroller but it does not seem to work for me. Thanks
4
votes
1answer
85 views

How can I remove the gloss on a select element in Safari on Mac?

On Macs and iOS devices, in Safari, a <select> element with a background color generates a gloss over itself. This does not seem to happen in other operating systems. For example, I have a ...
4
votes
1answer
833 views

How to change dialog background color programatically?

I have a main activity where users can change (via preferences) the background colour to their favourite colour. My problem is that I can not change the background colour of of any custom dialogs. ...
4
votes
5answers
2k views

Can you apply a CSS hover effect to an element that’s not a child of the hovered element?

I was not sure if this is possible or not. I am working in CSS3 animations right now and I need to hover on a link that will effect other div element(non-child) on the page. I was not sure if there is ...
4
votes
6answers
594 views

practically most used background colors in web design

I'm customizing a color picker's default showing colors which will be used as background colors. I'm wondering if there is a collection of the colors that are particularly useful in practical web ...
4
votes
3answers
11k views

In MATLAB, how do I change the background color of a subplot?

I'm trying to change the background color of a single subplot in a MATLAB figure. It's clearly feasible since the UI allows it, but I cannot find the function to automate it. I've looked into ...
3
votes
4answers
34 views

Background color for div with child divs

<html> <head> <style type="text/css"> div { background-color:#ccc; } </style> </head> <body> <div> <div style="float: left;">This is a text inside a ...
3
votes
3answers
78 views

Tricky Background Colors: Possible with CSS?

How can I get to this: ------------------------------- | | | | | | | | | | | | | ...
3
votes
3answers
194 views

How to convert “background-color” to rgb() format?

Here is my problem: I want to change the opacity of background-color of one of the elements on my page. in order to do this I need to first convert the color to rgb() format. (or extract r, g and b ...
3
votes
4answers
500 views

Objective C: How to add color to entire cell (with a disclosure indicator)

I am trying to add background color to my cell but was not able to color the portion with the disclosure indicator (see screenshot below) What can I do to color the entire cell? My implementation ...
3
votes
1answer
299 views

How to set a transparent background for an AVVideoComposition?

Update - I've added a 50 reputation bounty for answering this question! I have an application that needs to put together some videos and photos to create a movie out of them. I am using ...
3
votes
3answers
312 views

Set color of 'empty' area of ListView in Android

When my list view is not completely full of list view items (ex my list view is tall enough for 8 items, but I only have 2), the empty area shows up as gray on my Droid X. In the emulator the empty ...
3
votes
4answers
401 views

How to change the checkbox background using JavaScript

I am having three check boxes on my form. I would like to change the background color of the check boxes when checked. Is it possible to write a single script for all the check boxes on my form?
3
votes
2answers
210 views

How is backgroundColor handled for UIView in Objective_C?

I have been playing with some of Apple's example code for customizing UITableViewCells. I have run into some weird behavior that has left me completely confused about how backgroundColor works. The ...
3
votes
2answers
319 views

css, html help : float left and right, cutting off background to expand past div

I have a div floating left and a div floating right, and I would like to have a background-color changed. It changes the background, but it stops right before the floating divs. When I take them off, ...
3
votes
3answers
2k views

Eclipse: hover background color property, where?

I changed a while ago to black the background color visible when hovering code. For example when you hover over a method, you see its signature in a box; I mean the background color of that box. It ...
3
votes
1answer
679 views

Can not colour in background of 960.gs container

I'm using 960.gs (http://960.gs) as a CSS framework for my site and I'm trying to colour in the background of the .container_12 classes rather than my .grid_12 classes for the extra 10px I get on each ...
3
votes
3answers
12k views

How to change color of ListView items on focus and on click

i have a list View in my app (this is the xml layout): <?xml version="1.0" encoding="utf-8"?> <ListView xmlns:android="http://schemas.android.com/apk/res/android" ...
3
votes
2answers
115 views

jQuery animation repeating glitch

I have a set of inputs and I want to change their background color after hovering and then come back to the original color after mouse out. It works fine, with one glitch. When I hover over those ...
3
votes
2answers
179 views

CSS background-color precedence

I'm changing the colors of a table rows on hover with jQuery and I've noticed that in the following instances I get different results. The CSS is as follows: .normalcolor { background-color: ...
3
votes
3answers
210 views

How to make a transparent background without background image?

I would like a div to have a transparent background. I tried to do this using background-color and opacity, but the problem is that the border and the text inside become also transparent. Example ...
3
votes
2answers
2k views

How do I change the background color of the Navigator view in eclipse?

I didn't find any option for that, so I suspect that some views follow the color pattern of the operating system. I'm currently using OS X, and it seems like changing the default background color it's ...

1 2 3 4 5 9