8 lines
239 B
CSS
8 lines
239 B
CSS
|
|
.closebutton {
|
||
|
|
/* NOTE! This URL is relative to the HTML page, not the CSS */
|
||
|
|
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
|
||
|
|
src='highslide/graphics/close.png', sizingMethod='scale');
|
||
|
|
|
||
|
|
background: none;
|
||
|
|
cursor: hand;
|
||
|
|
}
|