background-color Questions
3
Solved
I have to do the following:
The top of the div is an image of a gradient, then in the bottom it continues as a solid color. Can I do this with simple CSS? I know the following is invalid.
{backgro...
Dishrag asked 29/7, 2013 at 12:43
3
Solved
So I'm using a custom listview through an adapter, and on my Nexus 7 everything looks great, but on my HTC Incredible 2 I'm running into an issue where my background color changes. Here's my XML fi...
Lingonberry asked 2/12, 2012 at 20:1
2
Solved
I'm trying to change the background of the tab area.. like, You have a list of tabs, and I know how to change the color of each individual tab, but I was wondering if you could change the color of ...
Cupriferous asked 9/3, 2013 at 17:17
4
I'm trying to change the background-color property of a button using JavaScript. The script checks what the current background-color is set to and then toggles it.
This is the JavaScript code...
Ohmmeter asked 6/6, 2013 at 15:25
2
I am trying to color certain table row with red so I tried adding
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
... init Code here
cell.b...
Bolling asked 12/1, 2012 at 1:3
2
Solved
Hi I am trying to change the UiAlertview BG color to green, using setBGcolor it give me following output, Which had a dark color Specified in SetBGColor, anyother way to remove the background color...
Wrest asked 23/5, 2013 at 11:57
2
Solved
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 sa...
Westphalia asked 16/5, 2013 at 18:27
2
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 (v...
Snowbound asked 24/4, 2013 at 19:49
4
Solved
How can I set the text color of a TextView to #bdbdbd programatically?
Deferment asked 12/12, 2011 at 9:39
4
Solved
I'm tweaking some visual changes and noticed that when I try to set the background color of a UIButton it only sets the color outside the actual button (not inside the button itself)
UIButton* but...
Bobbysoxer asked 22/1, 2011 at 4:35
5
Solved
How do I set the background color of the home screen app widget programmatically?
Dingus asked 4/6, 2012 at 5:22
1
Solved
I would like to fit a div exactly around a checkbox. I am doing this because I want to use it to set a background color of the checkbox.
I've tried this, but the pink div sticks out below the chec...
Lysol asked 24/3, 2013 at 9:12
2
Solved
I added the following theme to my app with a background color of white.But I get the following error and I'm not sure where I have gone wrong.
Error: Color types not allowed (at 'android:windowBac...
Lead asked 20/3, 2013 at 13:16
1
Solved
This is my code:
<input id="red" name="red" type="range" min="0" max="255" step="1" value="128></input>
<label for="red">red</label>
<br>
<input id="green" n...
Barnaba asked 24/2, 2013 at 10:9
3
I've created a CSS class .press-title, however I've been unable to remove the backround color applied on hover.
.press-title a:hover { background-color: none; text-decoration: none;}
Ideas?
Lin...
Hern asked 10/2, 2013 at 22:45
1
Just having reinstalled everything I wanted to get back to a dark color theme for Visual Studio 2010.
I downloaded the .vssettings and imported them. Everything looks fine except in XAML files whe...
Joeyjoffre asked 17/8, 2012 at 8:22
2
Solved
I have a div with the property:
background-color: #327EB2;
When I open the page on a browser I notice that a different color is shown. If I capture the screen and open the captured image on Phot...
Savoirvivre asked 12/12, 2012 at 15:22
1
Solved
I am working on a GUI and I've run into a problem. If I set a button, label, or other widget to have a background color, the tooltip for that widget also takes the same background color. I tried ed...
Squawk asked 4/12, 2012 at 0:32
2
Solved
I am creating a few links on my web page and I wanted to have an effect, like a change in the background or the size of the text seeming to grow up, whenever I hover over those links. The links are...
Loach asked 22/11, 2012 at 15:22
4
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;...
Desinence asked 10/10, 2011 at 23:48
1
Solved
I am trying to make a small HTML-wysiwyg with a JTextPane but I can't get the BackgroundAction to work. I am using setCharacterAttributes on the StyledDocument of the JTextPane but it seems problem...
Wuhsien asked 8/11, 2012 at 8:52
2
Ok so I've been through answers like "background-clip: padding-box;" and while it makes the end product look a little better, it still doesn't completely solve the problem of the background color b...
Daveta asked 9/12, 2010 at 17:52
3
Solved
Is there a way to change the Background color into xlNone,
for example to the entire sheet. I see that you can put a background image...
But how can you change the color for all cells in the sheet...
Phyllous asked 22/10, 2012 at 9:45
2
Solved
How can I customize/change color for selected segmented in segmented control? I tried to use method available at UISegmentedControl selected segment color . It worked perfectly with iOS 5 and below...
Exceptionable asked 17/10, 2012 at 3:57
3
Solved
I want to set a rounded corner for a button in android along with changing the button color on when selected. I am doing the following things.
drawable/push_button.xml
<?xml version="1.0" enco...
Monck asked 14/9, 2012 at 15:2
© 2022 - 2024 — McMap. All rights reserved.