IE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius. What about support for border radius and background gradient? Yes IE9 is to...
This question already has answers here: Closed 9 years ago. Possible Duplicate: Manually drawing a gradient in iPhone apps? My application needs to display text in either a UIView...
I’m trying to transition on hover with css over a thumbnail so that on hover, the background gradient fades in. The transition isn’t working, but if I simply change...
I am having trouble applying a gradient background to a LinearLayout. This should be relatively simple from what I have read but it just doesn’t seem to work. For...
I want to create gradient background where the gradient is in the top half and there’s a solid color in the bottom half, like in this image below: I...
RGBA is extremely fun, and so is -webkit-gradient, -moz-gradient, and uh… progid:DXImageTransform.Microsoft.gradient… yeah. 🙂 Is there a way to combine the two, RGBA and gradients, so that there’s gradient...
I’m trying to apply a gradient to a border, I thought it was as simple as doing this: border-color: -moz-linear-gradient(top, #555555, #111111); But this does not work. Does anyone...
ok say the content inside the <body> totals 300px high. If I set the background of my <body> using -webkit-gradient or -moz-linear-gradient Then I maximize my window (or just...
How do I use CSS3 gradients for my background-color and then apply a background-image to apply some sort of light transparent texture? 1 19 Multiple backgrounds! body { background:...