File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 8
8
< script src ="http://code.jquery.com/jquery-1.7.2.min.js "> </ script >
9
9
< script src ="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js "> </ script >
10
10
< style >
11
+ html , body { padding : 0 ; margin : 0 ; }
12
+ html , .ui-mobile , .ui-mobile body {
13
+ height : 85px ;
14
+ }
15
+ .ui-mobile , .ui-mobile .ui-page {
16
+ min-height : 85px ;
17
+ }
11
18
# nav {
12
19
font-size : 200% ;
13
20
width : 17.1875em ;
40
47
</ head >
41
48
< body >
42
49
< p id ="nav ">
43
- < a href ="#test1 "> test 1</ a >
44
- < a href ="#test2 "> test 2</ a >
45
- < a href ="#test3 "> test 3</ a >
46
- < a href ="#test4 "> test 4</ a >
50
+ < a href ="/resources/hashtag/example1.html #test1 "> test 1</ a >
51
+ < a href ="/resources/hashtag/example1.html #test2 "> test 2</ a >
52
+ < a href ="/resources/hashtag/example1.html #test3 "> test 3</ a >
53
+ < a href ="/resources/hashtag/example1.html #test4 "> test 4</ a >
47
54
</ p >
48
55
< script >
49
56
$ ( function ( ) {
You can’t perform that action at this time.
0 commit comments