Modify ↓
Ticket #4347 (closed bug: invalid)
jquery selectors dont work in floated elements in IE7
| Reported by: | paramvir_deol | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I was trying a jquery example.
it used following html <div id="switcher"> <h2>Title</h2> <div class="button">button 1</div> <div class="button">button 2</div> <div class="button">button 3</div> </div>
when i use following style rule #switcher{float:left} #switcher .button{float:left}
and try to use bind expression of jquery for click event for button divs, then the clicks dont work in IE. They are working in firefox and chrome but not in IE.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Can you attach a complete example with code, html, and css? The code is missing here.