Hi,
I'm still having problems changing the z index.
I think i've narrowed it down to mod_ariextmenu > mod_ariextmenu > js > ext-core >
Code: |
this.setStyle
({left:l,right:l,top:l,bottom:l,"z-index":"",position:c});return
this},getPositioning:function(){var m=this.getStyle(b);var n=this.getStyle(d);return
{position:this.getStyle(h),left:m,right:m?"":this.getStyle
(g),top:n,bottom:n?"":this.getStyle(i),"z-index":this.getStyle
(k)}},setPositioning:function(l){var n=this,m=n.dom.style;n.setStyle(l);if(l.right==j)
|
I've been trying to add the variable "1000" into here though and it won't change... though I can't say I know the first thing about javascript. Could you assist with how to change the z index to 1000?
Thank you!!