Rev | Line | |
---|
[5988] | 1 | /* fix for IE */ |
---|
| 2 | #the_page{width:998px;position:relative;color::#222;border:1px solid #fff;margin:auto} |
---|
| 3 | |
---|
| 4 | div.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 | |
---|
| 12 | UL.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 { |
---|
| 24 | background:transparent url(img/fond_cat.png) repeat scroll 0 0; |
---|
| 25 | border-left:1px solid #CC9922; |
---|
| 26 | border-top:1px solid #CC9922; |
---|
| 27 | display:block; |
---|
| 28 | margin:2px; |
---|
| 29 | text-align:left; |
---|
| 30 | } |
---|
| 31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.