0

I've encountered an unexplainable problem with Safari. I'm using Transit Js Library to use CSS3 transitions with jquery. It actually works but during opacity transitions some elements in the page glow, even those not involved in the transition. Does anybody know why could this happen, and if there's anything I can do to prevent it?

My website is http://www.cubbit.net if someone wants to see the problem..

Thank you very much indeed!

Matteo

FelipeAls
  • 21,711
  • 8
  • 54
  • 74
Matteo Monti
  • 8,362
  • 19
  • 68
  • 114

1 Answers1

0

I think it's the active-problem. When forms are focused, they get an outline. And also does normal divs now.

So if you (in your CSS-file) adds the following:

div, p, b, i, u, strong, em { /* add more if needed */
    outline: none;
}