.ico-del{
content:icon;
icon:url(http://localhost/reg_&_logins/assets/images/cross.png);}
I tried this in codeigniter, But it didn't work, is there any way to set this url.
.ico-del{
content:icon;
icon:url(http://localhost/reg_&_logins/assets/images/cross.png);}
I tried this in codeigniter, But it didn't work, is there any way to set this url.
You can set the image URL in the content tag:
.ico-del {
content:url(path/image.gif);
}
See here: http://www.w3schools.com/cssref/tryit.asp?filename=trycss_content_url