web开发离不开css层叠样式表。此书言简意赅介绍了css技术。最常用的、最简洁的实例。希望对各位有所帮助!

源代码在线查看: ◤css教程_颜色和背景属性--▃▄ 龙 人 网 络 ▄▃.htm

软件大小: 634 K
上传用户: ywq9089
关键词: css web 层叠 样式表
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				◤CSS教程.颜色和背景属性--▃▄ 龙 人 网 络 ▄▃
				
				
				
								content=网页制作教程:asp教程,ASP.net教程,XML教程,PHP教程,FrontpageXP教程,DreamWeaverMX教程,JSP教程,JavaScript教程,VBScript教程,CSS教程,FrontpageXP,DreamWeaverMX,JSP,JavaScript,VBScript,CSS,asp,ASP.net,XML,PHP相关技巧及资源 
				name=description>				type=text/css rel=stylesheet>
				
								onmouseover="window.status='欢迎光临【龙人网站】www.rr365.net,专业服务全为您!!!';return true" 
				onclick=dynOutline() ;>
				
				  
				  
				    				    height=30> 
				  
				    				      height=53 alt=网站优化,网站排名 
				      src="◤CSS教程_颜色和背景属性--▃▄ 龙 人 网 络 ▄▃.files/logo-up.gif" width=195 
				      border=0>
				    
				      网页制作教程:CSS教程
				  
				    				      height=31>				      href="http://www.rr365.net/edu-webdesign/index.htm">				      color=#000000>网页制作教程
				    				      href="http://www.rr365.net/index.htm">首    页
				    
				      				    href="http://www.rr365.net/web-promotion.htm">网站推广
				    				      href="http://www.rr365.net/webrestruction.htm">网站优化
				    
				      				      href="http://www.rr365.net/agent/emarketing.htm">轻松代理
				    				      href="http://www.rr365.net/webhosting.htm">虚拟主机
				    
				      				href="http://www.rr365.net/vpp/domain.htm">域名注册
				    				      href="http://www.rr365.net/webdesign.htm">网站建设
				
				  
				  
				     
				  
				     
				      				      width=25 border=0> 				      color=#ff0000>CSS教程
				      
				        认识CSS 
				        语法 
				        伪类—动态链接 
				        CSS属性 
				        CSS定位 
				        
				        				        href="http://www.rr365.net/edu-css/css106.htm">滤镜 
				        
				        				        href="http://www.rr365.net/edu-css/css107.htm">CSS结合JS的运用 
				        
				        				        href="http://www.rr365.net/edu-css/css108.htm">如何在网页中插入CSS 
				      
				      				      width=25 border=0> 				      href="http://www.rr365.net/edu-css/css2.htm">				      color=#008080>CSS技巧
				      				      width=25 border=0> CSS相关网站
				      
				        W3C之CSS规范 
				        CSS 
				        Tutorial 
				      				      width=25 border=0> 				      href="http://www.rr365.net/edu-css/css4.htm">				      color=#008080>CSS相关软件
				        
				     
				      
				        
				        CSS教程.CSS属性
				         				        style="FONT-SIZE: 11pt"> 
				        
				        
				          
				          
				            
				              				              style="FONT-SIZE: 11pt">2、颜色和背景属性				              style="FONT-SIZE: 11pt"> 
				              				              style="FONT-SIZE: 11pt">  您总不希望自己的页面处于黑白世界吧。如果给用<font>属性定义的文本添上颜色是不是会更好呢? 
				              
				              				              style="FONT-SIZE: 11pt">  下面我们就讲一下CSS的颜色和背景属性。先来看一下				              href="http://www.rr365.net/edu-css/css.htm">				              color=#000000>CSS下的颜色和背景都有哪些属性吧(如下表): 
				              				              alt=颜色和背景属性 src="◤CSS教程_颜色和背景属性--▃▄ 龙 人 网 络 ▄▃.files/css057.gif" 
				              width=498 border=0 orig_onmouseout="null" 
				              orig_onmouseover="null">
				              				              style="FONT-SIZE: 11pt">  我们还是举个例子吧。比如上一节讲到的“LEAF”字体,我们在其中加入颜色属性,在<style>再加入以下代码:  				              color=#006666>color:rgb(204,82,28);  background-img:url(ss01038.jpg); 
				                background-repeat:no-repeat;margin-right:15em 
				              
				              				              style="FONT-SIZE: 11pt">  //*设置前景色的rgb值为(204,82,28),您也可以用颜色的英文名称直接定义;  设置背景图案的地址;设置背景图案不重复显示;另外还设置了页边距margin属性  ,这个我们以后再讲*//				              style="FONT-SIZE: 11pt"> 
				              				              style="FONT-SIZE: 11pt">  加入代码后“Leaf”的字体显示效果是这样的(如下图): 
				              				              alt=leaf字体 src="◤CSS教程_颜色和背景属性--▃▄ 龙 人 网 络 ▄▃.files/css005.gif" 
				              width=179 border=0 orig_onmouseout="null" 
				              orig_onmouseover="null">
				              				              style="FONT-SIZE: 11pt">  怎么样,是不是比光是定义<font>属性显得更加漂亮了。当然您也可以简便的定义background属性(象定义font属性那样),下面我告诉一下您background属性的书写格式: 
				              
				              				              style="FONT-SIZE: 11pt">  				              style="FONT-SIZE: 11pt">属性:background 
				              属性值:<background-color>||<background-image>|| 
				                  <background-repeat>||<background-attacement>||<background-position> 
				              
				              				              style="FONT-SIZE: 11pt">  也就是说,使用background属性可以一次定义前面讲到的一切有关背景的属性,包括背景色、背景图案等等。因此,上面定义“leaf”颜色属性中有关背景的代码可以写成这样: 
				              “background:url(ss01038.jpg)no-reapeat”
				              				              style="FONT-SIZE: 11pt">  好了,至于颜色和背景属性的功能,您自己也可以去试一试。下一节我们将介绍CSS的文本属性。 
				              
				  
				    
				      				      align=center>                          
				      上一节|				      href="http://www.rr365.net/edu-css/css104c.htm">下一节
				  
				    
				      
				
				      网页教程: 				      href="http://www.rr365.net/edu-asp/index.htm">ASP| 				      href="http://www.rr365.net/edu-asp-net/asp-net.htm">ASP.net| 				      href="http://www.rr365.net/edu-xml/xml.htm">XML| 				      href="http://www.rr365.net/edu-php/php.htm">PHP4 | 				      href="http://www.rr365.net/edu-frontpage/frontpage.htm">FrontpageXP | 
				      				      href="http://www.rr365.net/edu-dreamweaver/dreamweaver.htm">DreamWeaverMX
				      				      align=center>           
				      C#| 				      href="http://www.rr365.net/edu-jsp/jsp.htm">JSP | 				      href="http://www.rr365.net/edu-javascript/javascript.htm">JavaScript | 
				      VBScript | 				      href="http://www.rr365.net/edu-css/css.htm">CSS
				  
				    
				      
				
				       
				  
				    
				      				      target=_blank>
				       				      href="http://www.baidu.com/">				      src="◤CSS教程_颜色和背景属性--▃▄ 龙 人 网 络 ▄▃.files/baidu_logo.gif" align=bottom 
				      border=0>  				      marginWidth=0 marginHeight=0 
				      src="◤CSS教程_颜色和背景属性--▃▄ 龙 人 网 络 ▄▃.files/help1.htm" frameBorder=no width=0 
				      scrolling=no height=0> 
				       
				
				  
				  
				     
				  
				    				    bgColor=#e5ecf9>
				      				      href="http://www.rr365.net/summary/aboutus.htm">关于我们-				      href="http://www.rr365.net/summary/paymethod.htm">付款方式-				      href="http://www.rr365.net/helpcenter/helpcenter.htm">帮助中心-				      href="http://www.rr365.net/agent/agent.htm">轻松代理-				      href="http://www.rr365.net/sitemap.htm">网站地图-				      href="mailto:support@rr365.net">联系我们
							

相关资源