Top "Background-color" questions

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

border-radius + background-color == cropped border

Consider a div with the border-radius, border, and background-color CSS attributes applied: Now consider a similar layout but with the …

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

html css transparent background-color
How to change dialog background color programmatically?

I have a main activity where users can change (via preferences) the background colour to their favourite colour. My problem …

android dialog background-color
Get the background color of a button in android

How do i get the background color of a button. In the xml i set the background color using ---- …

android button background-color
UITableView background Image

I'am trying to setup a png image as my tableview's background. With the following code all are fine! But only …

iphone uitableview background background-color
Set border and background color of textView

I have a TextView defined in XML and i would like to set background color AND border to it. Problem …

android background textview border background-color
How to change inside background color of UISearchBar component on iOS

I know how to remove/change UISearchBar background color around search field: [[self.searchBar.subviews objectAtIndex:0] removeFromSuperview]; self.searchBar.backgroundColor = […

ios objective-c customization uisearchbar background-color
jQuery dialog theme and style

How do I change the background color of the title bar of a jQuery dialog? I have looked at the …

jquery dialog themes titlebar background-color
What is the default layout background

I got a WebView that load an HTML file with a text. The problem is that the color inside the …

android html android-layout background-color
How to use jQuery to change the background color of a textbox?

How to use jQuery to change the backgound color of a textbox?

jquery background-color