javascript - Z-Index Behaving Differently in Chrome and Safari -
i've been working on 3d piece http://jsbin.com/vihoye/3/edit?html,output
it's perfect exception final hurdle. reason z-index behaving differently in chrome , safari. there 2 things going wrong here both positioning issues.
issue #1
the solar system controlled menu lower right. when click on "life skills" info dialogue pops on planet. in firefox when mouse on dialogue triggers pop-up should. in chrome , safari can't trigger mouseover event.
issue #2
in firefox, once mouseover event triggered popup appears on top of solar system should. however, in chrome , safari planets rotate thru pop-up.
i can't figure out if position property or if rotatey causing problem.
any suggestions? in advance help.
okay here solution demo js bin. working in chrome in safari planets rotate thru pop-up still. more debugging , may fixable not bad of anomaly.
i changed 1 css id accordingly:
#galaxy { position: fixed; width: 100%; height: 100%; perspective: 4000; -webkit-perspective; 4000; }
Comments
Post a Comment