0

Check out the example to see what I mean:

http://jsfiddle.net/3PVsy/

Any ways to fix this?

aeroshock
  • 57
  • 3
  • 10

1 Answers1

0

This is buggy handling of opacity (usually IE specific). Set a background-color for the elements that have the artifacts such as label{background-color:#fff}. You need to set it on the last possible descendant elements.

fmalina
  • 6,120
  • 4
  • 37
  • 47
  • The shadows/artifacts seem to come off the input boxes but styling input {background-color:#FFF;} doesnt do anything... – aeroshock Apr 20 '12 at 00:14
  • what is weird is, if you take out the first set of inputs before the select boxes, it looks fine. It also looks fine if you take out just the select boxes and leave the inputs. – aeroshock Apr 20 '12 at 00:18