Jump to content

trouble showing a background image


Jago6060

Recommended Posts

I've defined a div that is supposed to just display a background image.  the image is a gif file that I've made transparent with Photoshop.  heres the code...

 

#trans		{
	background-image:url(rotarytrans3.gif);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	float: right;
	}

 

am I missing something?

Link to comment
https://forums.phpfreaks.com/topic/55367-trouble-showing-a-background-image/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.