How do I remove background-image in css?

Try:

div#a {
    background-image:none
}

Leave a Comment