[html5] links not working in Safari after adding animation

Jordan Dobson jordandobson at gmail.com
Wed Aug 3 02:11:47 PDT 2011


You can also try pointer-events:none; on elements that may be blocking
the hit state from succeeding on the link.

-- 
Jordan Dobson • Designer / Developer • 425-444-8014 • JordanDobson.com

On Aug 3, 2011, at 4:59 AM, "Jacob Kristensen" <admin at blueboden.com> wrote:

>> I added z-index: -1; to the graphic files and z-index: 1; to the content divs but that did not correct the problem.
>
> Try to add position:relative; as well, you need somethiing else then static (default) for z-index to work.
>
>
> Jacob Kristensen
> http://blueboden.com/
> _______________________________________________
> Help mailing list
> Help at lists.whatwg.org
> http://lists.whatwg.org/listinfo.cgi/help-whatwg.org



More information about the Help mailing list