-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathie7.css
42 lines (38 loc) · 848 Bytes
/
ie7.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#page .threeColumnLayout, #page .twoColumnLayoutLeft {
zoom: 1;
background-position: 21.059% 0;
}
#page .threeColumnLayout .pageBackground, #page .twoColumnLayoutRight .pageBackground {
display: inline-block;
background: transparent url(pics/bg_content_gr.gif) repeat-y 79% 0;
}
/* =Boxes
* @see http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/
----------------------------------------------- */
/* Rules for the top corners and border */
.topCorners {
margin:0 0 0 8px;
height: 8px;
}
.topCorners div {
height: 8px;
}
/* Rules for the bottom corners and border */
.bottomBorder {
height: 8px;
margin: 0 0 0 8px;
z-index: 1;
}
.bottomBorder div {
height: 8px;
z-index: 2;
}
/* Insert the left border */
.leftBorder {
margin: 0;
}
.footerContent {
height: 2em;
margin: 5px;
z-index: 20;
}