Quantcast
Channel: Background-Image in element - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by Rocket Ronnie for Background-Image in element

$
0
0

you dont even need the quote marks.

background:url(./images/system/button/close/close.png)

use a div if you can

<div style="height:20px; width:20px; padding:9px; background:url(./images/system/button/close/close.png) no-repeat red"></div>

Viewing all articles
Browse latest Browse all 6

Trending Articles