Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed November 01, 2006 04:38PM UTC by brandon comment:1

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)

Changed November 02, 2006 08:08PM UTC by brandon comment:2

resolution: → duplicate
status: newclosed

This has been fixed in a more recent version of jQuery. See #170.