Css overlay working in Firefox but someting is wrong in Chrome -
if take @ website using firefox
www,bloomdesign,rs (replace both "," ".")
and if click on word "usluge" menu, you'll see fine, if using chrome, not working. (only homepage. works other pages)
does know how solve problem in chrome? thanks
thanks setek, have found solution, i'll post here in case else faces same problem.
overlay opacity doesn't work latest chrome update (33), have put opacity: 0.0x
; x number, instead of opacity: 0;
i found code in js file , replaced
overlay.fade('in');
with
overlay.fade('in'); overlay.setopacity(0.01) ;
not sure if has same javascript file, helped me solve problem.
Comments
Post a Comment