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...
  • May 23, 2022
  • 0 Comments
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...
  • May 18, 2022
  • 0 Comments
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...
  • May 18, 2022
  • 0 Comments
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...
  • May 18, 2022
  • 0 Comments
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...
  • May 16, 2022
  • 0 Comments