I have a CSS class with a fully qualified image url like:
div.main { background: #fffff url('http://www.domain.com/images/pixel.gif') no-repeat 0 0; }
The markup is:
<div class="main">content here</div>
In Firebug, the computed css says:
div.main {}