This is a migrated thread and some comments may be shown as answers.

[Solved] Change close image in popup edit titlebar

1 Answer 90 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lauren
Top achievements
Rank 1
Lauren asked on 06 Nov 2009, 05:02 PM
I would like to change the close (cancel, "x") image on the popup editor. Is there any way to do this?

(See circled "x" in attached image).

Lauren

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Nov 2009, 06:19 AM
Hello Lauren,

You can try out the following css setting to achieve the required:
css:
.rgEditForm .rgHeader a  img  
{  
    displaynone;  /* to hide the close image */  
}  
.rgEditForm .rgHeader  a /* to set a new image */  
{  
    displayblock;  
    width:  20px ;  
    height25px ;  
    backgroundurl(Images/New Bitmap Image (2).bmp) center center no-repeat;  
}  

Thanks
Princy.
Tags
Grid
Asked by
Lauren
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or