Side navigation
#311 closed bug (duplicate)
Opened October 24, 2006 09:53PM UTC
Closed November 02, 2006 08:08PM UTC
Last modified June 21, 2007 02:28AM UTC
$().css() bug
Reported by: | Simon Jia | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 1.0a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, I just noticed a bug with the $().css() function.
In previous versions, i could do $().css("z-index", 100) to set the z-index on an element. This worked in all the browsers.
I just tried the v1.01, this function is broken in IE6/7. It won't take any effect. For now, i'm just using node.style.zIndex=100 to set the z-index.
Can you post the revision number of the lib you are using? This should have been fixed already.
BTW ... you can also use $().css('zIndex', 100)