`background-color` is a CSS property used to define the background color of an element.
0
votes
1answer
34 views
background-color not working in IE7
Below is my HTML code
<UL>
<LI>
<LI>
..
<LI>
<a class="upload_menu" href="someLink" ><span>Your Recipes</span></a>
</LI>
...
0
votes
2answers
44 views
How to correctly impose a background-color to a div wrapping article and aside in HTML/CSS?
I want to give a background color for the portion covered by the article and the aside only, so i can give the impression that the aside has the same height as the article ( basically giving the same ...
0
votes
1answer
15 views
Debugging colors in cascading stylesheets
Is there any tool available wherein I may open a CSS file and see a color box next to each color and background-color rules?
0
votes
1answer
30 views
Android layout color change programatically
I have a class that is supposed to show a screen in white and fade through a lot a colors.
public class SecondActivity extends Activity implements Runnable {
protected PowerManager.WakeLock ...
0
votes
1answer
12 views
Set a background color conditionally in Flash Builder 4.6
I am trying to set the background color of a mx:TabNavigator with the following line of code...
backgroundColor="{isDistrictFair == 'false'?'#EFF7F9':'#E9E3D2'}"
I am getting the following error...
...
1
vote
1answer
38 views
animate asp.net menu with javascript
I found a javascript code that change the opacity of the asp.net menu items ,
$(function () {
$("ul.level1 li").hover(function () {
$(this).stop().animate({ opacity: 0.7}, ...
2
votes
1answer
26 views
How to change the background color of a line of user input in a textarea?
I know how to change the background color of a textarea, but what about changing the background color of the text that users type into a text area?
For example, in HTML you can change the background ...
0
votes
0answers
17 views
how to put background cell color in excelwriter.class.php
I'm using excellwriter.class.php for excel conversion, I need to add background color to my data when it's converted to a CVS file, how can i add Cell background color using
excellwriter.class.php ...
-5
votes
0answers
27 views
Get background color of a particular cell in android [closed]
I have created a custom calendar in android using grid.
I want to get background color of a particular cell when clicked on it. Need help from you.
1
vote
1answer
34 views
repaint function not work when event happen
i am trying to change button background color for 10 time when event happen?
private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
try ...
-2
votes
0answers
22 views
HTML background color onmousemove
<body style="background:black;margin:0px" onmousemove="house(event)">
<svg>
<circle r="25" id="circle" fill="yellow" ></circle>
</svg>
<script>
function house(e)
{
...
0
votes
0answers
10 views
rmagic rotation and background color is black
img1 = Magick::Image.read("public/123.png").first
img1.background_color = "none"
img1.rotate!(30)
img1.write('test.png')
background color is black, how transparent
Anyone,help?
0
votes
1answer
61 views
Change background color saturation based on percentage loaded
I want to make a preloader of sorts where by as the page loads instead of resizing a divs width based on the % loaded I would like to change the saturation of the background-color of a div based on ...
0
votes
1answer
50 views
Android draw multiple Rect as background color
I used an canvas to draw multiple textures on it. these textures are rectangles and now I want to use these textures with parts of them invisble, so I could draw background colors behind the textures ...
0
votes
1answer
48 views
gradual button color change on android
I want gradually change button color, after click on it. I mean, button must have, for example next set of colors: by default - dark dark blue, then dark blue, then blue, then light blue, and in the ...
-2
votes
3answers
37 views
Changing Color of div using javascript function
I am trying to change the color of my sidebar and contents using radio button using javascript function. this is what i have so far, and it doesn't seem to work.. help me please!
HTML
<input name ...
0
votes
1answer
47 views
Changing the background color of a :before element based on a php variable
I'm trying to change the background color of my :before element with a php variable. The variable neatly returns a hex code like #123456. I tried this piece of jQuery/javascript to get this working, ...
5
votes
1answer
58 views
How to set background color for JVector Map?
I have the following code to initialize JVector map:
map = new jvm.WorldMap({
map: 'us_aea_en',
// backgroundColor: #FFFFFF, //Only this line does not work.
...
1
vote
3answers
25 views
Why doesn't this CSS style my elements correctly?
I'm trying to have an inline-block navigation bar. When someone hovers over the li, I want it to change background colors - simple enough.
It appears as though my code causes the background to be off ...
2
votes
2answers
59 views
How to change rad editor's background color?
Here is the coding for rad editor ,
<telerik:RadEditor ID="RadEditor1" runat="server" AutoResizeHeight="True"
Width="500px" ToolbarMode="Floating">
<Content>
</Content>
...
0
votes
4answers
41 views
CSS Background color with image
I have a background image and below that I want to have a color.
I have this CSS:
body {
background: url('/images/background.jpg');
background-color: #000;
}
But the image appears with no ...
0
votes
1answer
24 views
How to add background img in wordpress3.5.1
How can I add a background image or color to my Wordpress 3.5.1?
My Wordpress theme doesn't have "background" in the Appearance widget in my Wordpress dashboard.
1
vote
2answers
61 views
Change input element with jQuery ID selection and css
I'm trying to change the background color of an input element from a function using jQuery.css syntax. In a function, called at ready event, I execute:
$("#inputID_1").css("background-color", "red");
...
1
vote
2answers
94 views
Background with 2 colors in JavaFX?
In JavaFX 2, using CSS, is it possible to create a background with 2 colors? Think of e.g. a TableCell with a height of 10 px. I want to the first 2 px (vertically) to be red, the remaining 8 px ...
0
votes
2answers
321 views
Excel 2007 vba if statement fill cell colour based on precious cell colour
please help me, i have no idea how to work with colours in vba coding. am gonna try and explain this as simple as i can.
i have cells from D3 to AH564 that has no values in them and never will. if ...
0
votes
1answer
156 views
Changing base color in sencha touch 2.2
Recently i upgraded sencha framework to 2.2, facing problem with the scss.
Not able to change the base color($base-color) of the app.
follwing is the code i have in app.scss
@import ...
0
votes
2answers
64 views
How to pass a selected drop down value to a function that changes background color onclick
<script>
myVar = document.getElementById('colorpick').value;
function color_click(myVar){
document.getElementById("touch").style.backgroundColor=myVar;
}
</script>
<select ...
0
votes
1answer
20 views
JPlayer adding background-color to div, why?
I use skeleton css framework with JPlayer and I have this html:
<div class="container">
<div class="sixteen columns">
<div id="jquery_jplayer_1"></div>
<div ...
0
votes
2answers
97 views
How can I change the background color of list items based on the data being displayed in each item?
I have a list of orders in SQLite which vary in status: assigned, loaded, delivered. I'd like for each of those orders, when displayed in the list, to have a different colored background. So far, I ...
1
vote
1answer
191 views
C# WPF Change datagrid cell background after CellEditEnding event
I have a Datagrid (DataGridMeterValues) in my C# wpf application. Everytime the user exits the editing mode of a cell, the CellEditEnding event is triggered.
Now I wish to change the background of ...
-3
votes
1answer
73 views
How can I use a listener to change the background color of JFrame (Java)? [closed]
So I have to make a GUI that pulls up a list of color names as radio buttons, When you click on a button, it changes the background to that color. Problem is, when I click on buttons, it doesn't ...
0
votes
1answer
38 views
setBackgroundColor on a layout inside a ViewFlipper does not fill entire screen
I am trying to set the background of an absolute layout that is inside a ViewFlipper. What i get is shown on this image. The blue part does not fill the entire screen, it has a white part on the right ...
1
vote
1answer
46 views
Custom Background Color Wordpress Plugin WP Table Reloadad
I am using Wp Table Reloaded Plugin in Wordpress on This Site :
http://equinoximpex.inditalent.com/acid-dyes/
On this page in second column name of shade, i want use different color in every next ...
0
votes
1answer
148 views
Changing Gantry v4 menu color
I can't seem to figure out how to change the menu color or add a background to the menu bar in Gantry 4 for Joomla. Tired of the gray or dark gray default.
I could change the font and selection ...
0
votes
1answer
53 views
How change color from control page in panorama page using coding4fun color picker
Hi I use this color picker: http://www.geekchamp.com/articles/coding4fun-colorpicker-in-depth. I have first control page(popup) and second main page(panorama page). Now I want pickup color via color ...
3
votes
1answer
78 views
Change li background on nav using waypoints
My jquery knowledge is soft at best.
I cant figure this out. Basically I have a simple sticky horizontal nav bar using UL LI on a long page. I want the nav bar li items to change color depending ...
1
vote
1answer
68 views
Change color of background based on image main color?
I don't know if this is actually possible but it would be nice if it is! Taaking inspiration from the new iTunes where the background color seems to be set via the (major) color of the artwork image. ...
0
votes
2answers
42 views
Array of elements by background color in Javascript
I'm building a form that changes the background color of certain elements based on choices made. Later on I have the form validate based on static numerical values, but want to create exceptions for ...
1
vote
0answers
36 views
Android Views' Background Color Randomly Changed
I have an app with many different screens running on Acer a501 and Samsung Galaxy Tab 10.1 (1 and 2) devices. Sometimes, without doing anything differently, some ViewGroup and TextView views on the ...
2
votes
1answer
46 views
Internet Explorer 8 'background-color' issue
When viewing http://joelkidd.co.uk/test in 75% of browsers, the site look fine. However, as usual, anything less than Internet Explorer 9 and the site looks like a bomb has hit it. I sat down this ...
0
votes
1answer
64 views
Core Text Background Color for iOS 6
I am using NSAttributedString in iOS6 and I cannot seem to get this to work:
[attributedString addAttribute:NSBackgroundColorAttributeName
value:[UIColor yellowColor]
...
2
votes
1answer
164 views
How to make a div's background color randomly change when the page refreshes
this is my first question here so excuse me if I did anything wrong.
I'm doing the layout of a website and I want the header to change colors randomly when the user refresh the page. I already did ...
-1
votes
1answer
88 views
highlight the linearlayout background in android
I have to develop one android application.
Here is the scenario:There are many images in a linearlayout. When selected, the layout should be displayed with another background. This works well now.
...
3
votes
3answers
87 views
Transparency in CSS - fighting with inheritance
I have an ul with a background-color of rgba(15,15,15,0.8). I want a li element of the list to be more transparent, e.g. I want it to have background-color set to rgba(15,15,15,0.5). The problem is ...
0
votes
1answer
51 views
Change background-colour in parts of sourcecode with roslyn in the VisualStudio-Editor
I am a bit confused, because I didn't find any information about colouring with the editor services of Roslyn. Probably I used the wrong phrases and expressions... But Anyway, my question is as ...
1
vote
1answer
123 views
full width background color on a div
I'm using a 1120px css responsive framework responsive or it can act as a fixed grid whenever I need it.
I have a div inside the 1120px container div on which I want to apply a full width ...
0
votes
1answer
55 views
For loop to change background color
Hi I'm creating a Battleship program for my Java class. Right now, I'm trying to work on a class that fires shots. To fire, I'm trying to change the background color from blue(which means it is just ...
0
votes
1answer
56 views
Adding a background image and background color pair to elements
I'm trying to add a pair of background styles to the html tag in a specific way. Here's what I have so far.
$(function() {
var images = ['bg-day.png', 'bg-sunset.png', 'bg-night'];
var colors = ...
2
votes
0answers
61 views
CSS + WinPhone IE: Artifacts when adding background-color to img
The app I'm developing has many images with transparent areas (so we can make the image 'skinned' by setting the background-color CSS property).
This works fine in every browser I've tested, except ...
-1
votes
2answers
52 views
Android - View background changes color automatically [closed]
I don't know if anyone else has faced this problem, but one of the views in my app changes its colour to grey automatically sometimes. The colour I have set is white, But I dont know how this is ...




