Skip to main content

Bug Tracker

Side navigation

#4912 closed bug (invalid)

Opened July 17, 2009 12:20AM UTC

Closed July 21, 2009 02:43AM UTC

Element cannot be located

Reported by: nikhul Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

In the attached file, the element cannot be located. This works in IE but not in Firefox.

Attachments (1)
  • Slider.htm (0.9 KB) - added by nikhul July 17, 2009 12:21AM UTC.
Change History (3)

Changed July 20, 2009 07:26AM UTC by caii comment:1

in IE: do not support“>” “.container > div ” ;

the element is located,but its height is '0';

try add '.containe

Changed July 20, 2009 04:41PM UTC by nikhul comment:2

@caii - thanks but the code works for IE 7/8, it does not work for Firefox or Chrome unless the <style> element is removed from the page.

Changed July 21, 2009 02:43AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

It's selecting the elements fine; the code works if you remove the

float: left
or add
background: inherit
. That indicates it's not a jQuery problem.

Please check these things out in forums before creating a bug report.