X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/examples/grid/array-grid.html diff --git a/examples/grid/array-grid.html b/examples/grid/array-grid.html index 8b50df19..a717113d 100644 --- a/examples/grid/array-grid.html +++ b/examples/grid/array-grid.html @@ -21,12 +21,24 @@ } /* custom icon for the "buy" ActionColumn icon */ .x-action-col-cell img.buy-col { - background-image: url(../shared/icons/fam/accept.gif); + background-image: url(../shared/icons/fam/accept.png); } /* custom icon for the "alert" ActionColumn icon */ .x-action-col-cell img.alert-col { + background-image: url(../shared/icons/fam/error.png); + } + + .x-ie6 .x-action-col-cell img.buy-col { + background-image: url(../shared/icons/fam/accept.gif); + } + .x-ie6.x-action-col-cell img.alert-col { background-image: url(../shared/icons/fam/error.gif); } + + .x-ie6 .x-action-col-cell img { + position:relative; + top:-1px; + }