In css I have this code:
How can i change body.gif to use .swf instead of this?Code:#content { background: url(body.gif) center repeat-y; position : absolute; left : 50%; width : 700px; margin-left : -350px; }
If I change .gif to .swf it won't work.. It doesn't show the swf... It needs to change the "background: url(body.gif) center repeat-y;", since swf can't be displayed as backgorund right?



Reply With Quote



Bookmarks