IE9 border-radius and background gradient bleeding
IE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius. What about support for border radius and … Read more
IE9 is apparently able to handle rounded corners by using the CSS3 standard definition of border-radius. What about support for border radius and … Read more
This question already has answers here: Closed 9 years ago. Possible Duplicate: Manually drawing a gradient in iPhone apps? My application needs to … Read more
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 … Read more
I am having trouble applying a gradient background to a LinearLayout. This should be relatively simple from what I have read but it … Read more
I want to create gradient background where the gradient is in the top half and there’s a solid color in the bottom half, … Read more
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 … Read more
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 … Read more
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 … Read more
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 … Read more