# Css background-image not working

**URL:** https://forum.kirupa.com/t/css-background-image-not-working/309522
**Category:** Uncategorized
**Created:** [May 17, 2010, 3:56pm UTC](https://forum.kirupa.com/t/css-background-image-not-working/309522 "2010-05-17T15:56:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Env](https://avatars.discourse-cdn.com/v4/letter/e/d9b06d/32.png) [@Env](https://forum.kirupa.com/u/Env)
#### Post date: [May 17, 2010, 3:56pm UTC](https://forum.kirupa.com/t/css-background-image-not-working/309522/1 "2010-05-17T15:56:22Z")

</div>

Hi

Can someone please tell me why my CSS background is not working - are you not allowed to link to an external domain in CSS? That would be insane if so!

[http://tinyurl.com/35m8for](http://tinyurl.com/35m8for)

The code

```auto

<style type="text/css">
<!--
.product-image-video
{
	background-image:url(http://www.fit-equip.com/uploads/7020 - 4 Ft(1).jpg);
	background-repeat:no-repeat;
	border:solid #b8b8b8 1px;
	height:500px;
	width:500px;
	float:left;
	margin-top:3px;
	margin-right:0px;
	margin-left:14px;
	margin-bottom:14px;
}
-->
</style>

<div class="product-image-video">sdsds</div>

```
