brethart.info
12-18-2006, 07:50 PM
I have been looking for a way to embed a flash object as a background for the header of my site directly into the external css style sheet.
i currently use an animated gif image "header.gif" and need to replace it with "header.swf".
Here is the css header section:
#header {
margin: 0px;
padding: 0px 0 0 0px;
background-color: inherit;
background-image: url(header.gif);
background-repeat: no-repeat;
height: 310px;
color: #ffffff;
font-weight: bold;
font-size: 0px;
}
Any ideas of a way to do this using valid markup?
Cheers guys!
i currently use an animated gif image "header.gif" and need to replace it with "header.swf".
Here is the css header section:
#header {
margin: 0px;
padding: 0px 0 0 0px;
background-color: inherit;
background-image: url(header.gif);
background-repeat: no-repeat;
height: 310px;
color: #ffffff;
font-weight: bold;
font-size: 0px;
}
Any ideas of a way to do this using valid markup?
Cheers guys!