Top "Background-color" questions

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

CSS Inherit for unknown Background Color is Actually Transparent

I am creating a tab-like functionality with <ul> and <li> elements, and I noticed this kind-of …

html css tabs background-color
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 …

css html hover background-color
Eclipse javadoc background color is black

My Eclipse javadoc view has a black background which makes it look terrible and partly unreadable (e.g. links are …

java eclipse background-color ubuntu-10.04
UISearchBar cancel button color?

When I drop a UISearchBar into my view inside Interface Builder, and change its style to Black Opaque, the cancel …

ios cocoa-touch uisearchbar background-color uibarbuttonitem
Unable to remove CSS class a: hover background-color

I've created a CSS class .press-title, however I've been unable to remove the backround color applied on hover. .press-title a:…

css hyperlink hover background-color css-reset
How to replace white background color with transparent of an image in ImageMagick?

I have an image in .jpg format with white background color. I want to remove the white background color to …

imagemagick background-image background-color
ARGB Hex color not working in css html

Why is this ARGB hex not working? <td style="background-color: #FFFF9980">

html css background-color argb
Is there a transparent color code?

I'm looking for my actionBar to be transparent. I only have searchView in it and it's in my MapActivity, I …

android transparency background-color android-drawable color-codes
Eclipse in Ubuntu: hover background color property, where?

I changed the background color that is visible when hovering code (to black). For example when you hover over a …

eclipse ubuntu hover background-color
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 …

java swing gradient background-color jbutton