source: extensions/GBO_hk-3/fix-ie5-ie6.css @ 6769

Last change on this file since 6769 was 5988, checked in by EXFTB, 14 years ago

2.1.a RC2

File size: 808 bytes
Line 
1/* fix for IE */
2#the_page{width:998px;position:relative;color::#222;border:1px solid #fff;margin:auto}
3 
4div.illustration img{
5 /* Code spécial IE */ 
6  _width: expression((this.offsetWidth>=this.offsetHeight) ? 
7      Math.min(parseInt(this.offsetWidth), 128 ) : true); 
8  _height: expression((this.offsetHeight>this.offsetWidth) ? 
9      Math.min(parseInt(this.offsetHeight), 105 ) : true);
10 }
11 
12UL.categoryActions{ 
13 position: relative;
14 z-index: 1;
15 margin-bottom:-5px}
16 
17#menubar dt{padding:5px}
18
19.middle_block, .stuffs {height:10em}
20
21.stuffs H2{  position: relative;z-index: 1; }
22
23.tags_block   {
24background:transparent url(img/fond_cat.png) repeat scroll 0 0;
25border-left:1px solid #CC9922;
26border-top:1px solid #CC9922;
27display:block;
28margin:2px;
29text-align:left;
30}
31
Note: See TracBrowser for help on using the repository browser.