I have a website written entirely in CSS format. In following DIV, I want to use a SWF file in place of the JPG. When I try to do this, it doesn't work. PLEASE HELP. How do I get the SWF file in this exactly location with CSS.
Thanks
div#ourCompany-bg div#ourCompany-part{
width:922px;
margin:0 auto;
padding:26px 0 28px 0;
background:url(../images/our-company-bg-pic.jpg) no-repeat 550px 0;
}
Thanks
div#ourCompany-bg div#ourCompany-part{
width:922px;
margin:0 auto;
padding:26px 0 28px 0;
background:url(../images/our-company-bg-pic.jpg) no-repeat 550px 0;
}