看到這個評論from jquery-ui爲什麼z-index忽略位置:static?
// Ignore z-index if position is set to a value where z-index is ignored by the browser
// This makes behavior of this function consistent across browsers
// WebKit always returns auto if the element is positioned
我看到jQuery的zIndex()
返回0,如果該元素是position: static
。
z-index是否支持position:static? (它爲我在Chrome中,還沒有測試跨瀏覽器)
可能重複http://stackoverflow.com/questions/7814282/why-is-my-z-index-being-ignored – Dve
@Dve - 不是真的。這個問題的答案是「它不適用於靜態位置的元素。」我問**爲什麼**。 – ripper234