File tree Expand file tree Collapse file tree 2 files changed +50
-1
lines changed
Expand file tree Collapse file tree 2 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < title > Accordion Visual Test : Accordion ticket #4444</ title >
5+ < link rel ="stylesheet " href ="../visual.css " type ="text/css " />
6+ < link rel ="stylesheet " href ="../../../themes/base/ui.all.css " type ="text/css ">
7+ < script type ="text/javascript " src ="../../../jquery-1.3.2.js "> </ script >
8+ < script type ="text/javascript " src ="../../../ui/ui.core.js "> </ script >
9+ < script type ="text/javascript " src ="../../../ui/ui.accordion.js "> </ script >
10+ < script type ="text/javascript ">
11+ $ ( function ( ) {
12+ $ ( "#accordion" ) . accordion ( {
13+ autoHeight : false
14+ } ) ;
15+ } )
16+ </ script >
17+ </ head >
18+ < body >
19+
20+ < h1 class ="ui-widget-header "> < a href ="http://dev.jqueryui.com/ticket/4444 "> #4444 - Accordion Content disappears with autoHeight set to false in IE 6</ a > </ h1 >
21+
22+ < div id ="accordion " >
23+ < h3 > < a href ="# "> Section 1</ a > </ h3 >
24+ < div >
25+ Accordion Content 1< br >
26+ < a href ="# "> Link Test #1</ a >
27+ </ div >
28+
29+ < h3 > < a href ="# "> Section 2</ a > </ h3 >
30+ < div >
31+ < a href ="# " > Accordion Content 2</ a >
32+ </ div >
33+ < h3 > < a href ="# "> Section 3</ a > </ h3 >
34+ < div >
35+ < p > Accordion Content 3 </ p >
36+ < ul >
37+ < li > List item</ li >
38+ < li > List item</ li >
39+ < li > List item</ li >
40+ < li > List item</ li >
41+ < li > List item</ li >
42+ < li > List item</ li >
43+ < li > List item</ li >
44+ </ ul >
45+ </ div >
46+ </ div >
47+
48+ </ body >
49+ </ html >
Original file line number Diff line number Diff line change 66.ui-accordion .ui-accordion-header a { display : block; font-size : 1em ; padding : .5em .5em .5em .7em ; }
77.ui-accordion-icons .ui-accordion-header a { padding-left : 2.2em ; }
88.ui-accordion .ui-accordion-header .ui-icon { position : absolute; left : .5em ; top : 50% ; margin-top : -8px ; }
9- .ui-accordion .ui-accordion-content { padding : 1em 2.2em ; border-top : 0 ; margin-top : -2px ; position : relative; top : 1px ; margin-bottom : 2px ; overflow : auto; display : none; }
9+ .ui-accordion .ui-accordion-content { padding : 1em 2.2em ; border-top : 0 ; margin-top : -2px ; position : relative; top : 1px ; margin-bottom : 2px ; overflow : auto; display : none; zoom : 1 ; }
1010.ui-accordion .ui-accordion-content-active { display : block; }
You can’t perform that action at this time.
0 commit comments