Line | |
---|
1 | /* new test */ |
---|
2 | #thePage { height: 100%;} |
---|
3 | #content {overflow:none;} |
---|
4 | #thumbnails li { overflow: none;} |
---|
5 | #thumbnails_block2 {position:static;} |
---|
6 | |
---|
7 | /* old IE fix */ |
---|
8 | |
---|
9 | #thumbnails img { |
---|
10 | margin:10px; |
---|
11 | width: expression(this.width > 128 ? 128: true); |
---|
12 | height: expression(this.width > 128 ? 128: true); |
---|
13 | } |
---|
14 | .arrow { |
---|
15 | display:none; |
---|
16 | } |
---|
17 | |
---|
18 | /* Issues in IE from 5 to 6 only not to be used with IE7 */ |
---|
19 | |
---|
20 | #menuswitcher { |
---|
21 | display:none; |
---|
22 | } |
---|
23 | |
---|
24 | #the_page, |
---|
25 | #content { |
---|
26 | width:1120px; |
---|
27 | } |
---|
28 | |
---|
29 | #menubar, |
---|
30 | #menubar_container { |
---|
31 | display:block!important; |
---|
32 | float:left; |
---|
33 | } |
---|
34 | |
---|
35 | #content_cell { |
---|
36 | float:right; |
---|
37 | width:940px; |
---|
38 | } |
---|
39 | |
---|
40 | #thumbnails_block1 { |
---|
41 | width:940px; |
---|
42 | float:right; |
---|
43 | } |
---|
44 | |
---|
45 | .thumbnailCategories { |
---|
46 | width:900px; |
---|
47 | float:right; |
---|
48 | margin-bottom:5px; |
---|
49 | } |
---|
50 | .personal_block ul.thumbnailCategories { |
---|
51 | width:180px!important; |
---|
52 | } |
---|
53 | |
---|
54 | .stuffs_block .personal_block ul.thumbnailCategories { |
---|
55 | float:left; |
---|
56 | } |
---|
57 | |
---|
58 | .stuffs .two_comment { |
---|
59 | float:left; |
---|
60 | width:47%!important; |
---|
61 | } |
---|
62 | |
---|
63 | /* to avoid vanishing objects in IE6 */ |
---|
64 | H1, #theHeader { |
---|
65 | width: 100%; /* <- useless but seems to make IE6 happy */ |
---|
66 | } |
---|
67 | .content { |
---|
68 | height: 1em; /* for IE6 it's like min-height */ |
---|
69 | } |
---|
70 | |
---|
71 | /* fix category thumbnails on main page */ |
---|
72 | .content UL.thumbnailCategories { |
---|
73 | width: 99%; /* buggy IE box model */ |
---|
74 | } |
---|
75 | |
---|
76 | |
---|
77 | /* fix quickconnect layout */ |
---|
78 | FORM#quickconnect FIELDSET { |
---|
79 | width: 99%; /* correct an ugly 1 or 2 px misalignement with IE */ |
---|
80 | } |
---|
81 | |
---|
82 | #thumb_navigation { |
---|
83 | display:none; |
---|
84 | } |
---|
85 | |
---|
86 | #thePicturePage #footer {display: none;} |
---|
Note: See
TracBrowser
for help on using the repository browser.