Opened 13 years ago
Closed 13 years ago
#5139 closed bug (invalid)
slideToggle() effect makes inner contents transparent in IE7
Reported by: | achu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
Hello,
I used slideToggle() method to toggle the <div> contents inside the fieldset when the <legend> text is clicked. It works fine but when the effect takes place, ie., when the <div> contents are opened or closed, the contents are visible. It looks like only the border of the <fieldset> toggles, but the <div> contents are invisible at the background. This happens only in IE7 browser. It works fine in IE8 and Firefox 3.5.2
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | slideToggle.jpg added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Well, I sorted out the cause. The style of the <div> is set to "position:relative". But still, it works fine in IE8.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Hello jQuery Developers,