Ticket #4912 (closed bug: invalid)
Element cannot be located
| Reported by: | nikhul | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In the attached file, the element cannot be located. This works in IE but not in Firefox.
Attachments
Change History
comment:1 Changed 4 years ago by caii
in IE: do not support“>” “.container > div ” ; the element is located,but its height is '0'; try add '.containe
comment:2 Changed 4 years ago by nikhul
@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.
comment:3 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

