CSS里怎么加入FLASH。。。和背景

来源:百度知道 编辑:UC知道 时间:2024/05/11 01:33:59
/* CSS Document */
/*设置页面整体的字体大小和背景颜色*/
form,ul,ol,p{margin:0;}
td,div,p{font-size:12px;}
.module img{display:block}
input{vertical-align:middle;}
body{
font-family:verdana;
color : #000000;
background-color:#ffffff;
background-image:url(../../images/default/bbg.gif);
background-position:center top;
text-align:center;
margin:0 auto;
margin-top:34px;
padding:0;
/*设置滚动条的样式*/
scrollbar-face-color: #E8E8E8;
scrollbar-shadow-color: #E8E8E8;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #CFCFCF;
scrollbar-darkshadow-color: #CFCFCF;
scrollbar-track-color: #F6F6F6;
scrollbar-arrow-color: #FFFFFF;
}
以上是网页自有的CSS代码,请 问我怎样在这里加入漂亮的透明FLASH呢?还有在不更改原有图片的基础上更改背景,请大家帮忙。。。

请问你是想在背景中加flash还是在页面中加flash,但是据我所知,也只能在页面中加flash,使用<embed src="" width="" height=""></embed>,在src中加入flash地址就可以了,在width中加入flash的宽度,height中加高度,调到合适就可以了!

在css里怎么加入啊
在html里可以
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="Untitled-2.css" rel="stylesheet" type="text/css" />
</head>

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-