cluster configuration for new machine
[selectricity-live] / public / stylesheets / ie6hacks.css
1 /*
2
3  IE6 Hacks for Transparent PNG and list ordering
4
5 */
6
7 div#bar-left {
8   background-image: none;
9   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/top_bar_1.png', sizingMethod=\'scale\');
10   width: 153px;
11   height: 37px;
12   padding-top: 8px;
13   float: left;
14   clear: left;
15 }
16
17 div#bar-right {
18   background-image: none;
19   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/top_bar_2.png', sizingMethod=\'scale\');
20   width: 78px;
21   height: 37px;
22   padding-top: 8px;
23   float: left;
24   clear: right;
25 }
26
27 li.moveable {
28   list-style-type: none;
29 }
30
31 /* Required for IE6 to make the logout links clickable */
32 *a{position:relative;}
33

Benjamin Mako Hill || Want to submit a patch?