Side navigation
#4347 closed bug (invalid)
Opened March 13, 2009 11:28AM UTC
Closed May 10, 2009 04:54PM UTC
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: | ||
Blocked by: | Blocking: |
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.
Can you attach a complete example with code, html, and css? The code is missing here.