背景颜色与变化

时间:2014-06-21 08:44:37

标签: css

有没有办法在不将图像设置为背景的情况下获得此背景色?我想知道是否有办法添加这些阴影,除了做背景颜色:青色。

enter image description here

1 个答案:

答案 0 :(得分:1)

是的,你可以根据我的知识使用Power bullet演示文稿来做到这一点......

在这里您可以选择任何颜色,您可以将此颜色作为HTML代码... 就像我得到这个一样

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">

<script type="text/javascript">
<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function powerbullet_DoFSCommand(command, args) { 
    var map = InternetExplorer ? powerbullet : document.powerbullet; 
    if (command=="home" ) 
        map.Rewind(); 
    else if ( command=="zoom" ) 
        map.Zoom(parseInt(args)); 
   else if (command == "message") 
        alert(args);
   else if (command == "pan") 
        map.Pan(parseInt(args)); 
   else if (command == "parse") 
        eval(args); 
}
//--></script>
<SCRIPT LANGUAGE="VBScript">
<!-- 
Sub powerbullet_FSCommand(ByVal command, ByVal args)
  call powerbullet_DoFSCommand(command, args)
end sub
-->
</SCRIPT>
<script type="text/javascript">
<!--
function Nothing(){
}
//--> </script>

<style type="text/css">
 body {text-align:center;}
 div.center {text-align:center;margin-right:auto;margin-left:auto;}
</style>
</HEAD>
<BODY onLoad="Nothing()" bgcolor=#FFFFFF leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
<div class="center">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ID="powerbullet"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#4,0,0,0"
  WIDTH=760px HEIGHT=497px>
  <PARAM name=movie VALUE="__PREVIEW.swf">
  <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high>
  <PARAM NAME=scale VALUE=exactfit> <PARAM NAME=wmode VALUE=opaque>
  <EMBED NAME="powerbullet" WIDTH=760px HEIGHT=497px src="__PREVIEW.swf"
  menu=false quality=high scale=exactfit wmode=opaque
  TYPE="application/x-shockwave-flash"
  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</object>
</div>
<center> </center>
</BODY>
</HTML>

此代码获得的颜色是显示较少的黑暗,但可以调整:enter image description here 您可以从此处下载powerbullet:http://powerbullet.com