css代码翻译

html-css011

css代码翻译,第1张

重复的就没有写了

body{/*body标签*/

background-color:white/*背景色white(白色,等同于 #fff)*/

font-size:12px/*字体大小*/

font-family:Arial, Helvetica, sans-serif/*字体*/

margin:0px/*外边距*/

padding:0px/*内边距*/

color:white/*标签文字色*/

}

ul,li{

margin:0px/*外边距*/

padding:0px/*内边距*/

}

li{

display:inline/*元素会被显示为内联元素,元素前后没有换行符*/

list-style:none/*列表无样式*/

list-style-position:outside

text-align:center/*内部居中处理*/

font-weight:bold/*粗体*/

float:left/*元素左浮动*/

}

a:link{/*link 链接通用*/

color:#336601/*元素颜色*/

text-decoration:none/*无下划线*/

float:left

width:100px/*宽度*/

padding:3px 5px 0px 5px/*内边距 padding:上 右 下 左,margin是一样的*/

}

a:visited{/*访问过的链接*/

color:#336601

text-decoration:none

float:left

padding:3px 5px 0px 5px

width:100px

}

a:hover{/*鼠标划过链接,类似于一个mousemove事件*/

color:white

float:left

padding:3px 3px 0px 20px

width:88px

text-decoration:none

background-color:#539D26/*背景色*/

}

a:active{/*活动中的链接 鼠标左键点击事件(左键未弹起) */

color:white

float:left

padding:3px 3px 0px 20px

width:88px

text-decoration:none

background-color:#BD06B4

}

#nav{/*标签id为nav*/

width:700px

height:30px

border-bottom:0px/*下边框*/

padding:0px 5px/*另外一种那个写法 只有两个属性值时->padding:上下 左右*/

position:absolute/*绝对位置*/

z-index:1/*z序*/

left: 198px/*左定位*/

top: 25px/*右定位*/

}

.list{/*类class=list*/

line-height:20px/*行高*/

text-align:left

padding:4px

font-weight:normal

}

.menu1{

width:120px

height:auto

margin:6px 4px 0px 0px

border:1px solid #9CDD75/*边框border:粗细 样式 颜色*/

background-color:#09C

color:#336601

padding:6px 0px 0px 0px

cursor:hand/*鼠标样式hand*/

overflow-y:hidden/*元素超过高度时hidden(隐藏)*/

/*下面2行的是滤镜 透明度*/

filter:Alpha(opacity=70)

-moz-opacity:0.7

}

.menu2{

width:120px

height:18px

margin:6px 4px 0px 0px

background-color:#F5F5F5

color:#999999

border:1px solid #EEE8DD

padding:6px 0px 0px 0px

overflow-y:hidden

cursor:hand

}

Tip : use css styles to define the type of pst

提示:用css样式来定义列表类型!

Tip : use css styles to define the type of pst

提示:请使用css样式来定义列表!

Css rescue hostages games - 4455 minicpp games

Cs之拯救人质小游戏- 4399小游戏

Discusses setting css editor tab options

讨论如何设置css编辑器的制表符选项。

Css styles are not supported in all browsers

并不是所有浏览器都支持css样式。

Discusses setting general css editor options

讨论如何设置常规css编辑器选项。

This website uses css and is best viewed with the

此网站利用css ,最好看的画面需要

Discusses setting css editor formatting options

讨论如何设置css编辑器格式化选项。

Css styles can be appped to elements within the

Css样式可以应用于html文档中

The css font properties define the font in text

Css字体属性定义文字的字体。

Css pier gunfight games - 4455 minicpp games

Cs之码头枪战小游戏- 4399小游戏

List of css elements that are supported per browser

每种浏览器所支持的css元素的列表

Element in favor of css - based presentation

元素,而更倾向于基于css的表示。

Pair to the css markup to be inserted when you close the

对添加到要插入的css标记中。

Css as they defusing bombs games - 4455 minicpp games

Cs之菜鸟拆弹小游戏- 4399小游戏

The css font properties define the font in text

Css字体属性可定义文字所使用的字体。

To add css style attributes to an html element

在html元素中添加css样式属性

Creating inpne css styles in design view

在“设计”视图中创建内联css样式

For example , open a css style sheet for a document whose

例如,打开一个文档(该文档的

Crop stalks ( css ) are important biomass resources

摘要农作物秸秆是重要的生物质资源。

To apply an existing css style class to an html element

将现有css样式类应用到html元素

You can then use css stypng for these headings

对这些标题可以使用css 。

Gets or sets a css value for the html server control

获取或设置html服务器控件的css值。

Css positioning , html designer , options dialog box

有关详细信息,请参见

Provides options for you to define css style attributes

提供用于定义css样式属性的选项。

Sets the css classes for alternating rows

会为正在修改的行设置css类。

Assigning html elements to a css style class

将html元素分配给css样式类

It is possible to use css to format an xml document

使用css来格式化一份xml文档是可行的。

Understand dvd css copyright is discerned yard

解读dvd css版权识别码

Defining css style rules in style blocks

在style块内定义css样式规则

CSS是Cascading Style Sheet 的缩写,译作”层叠样式表单“。

CSS样式表主要是用于控制网页样式并允许将样式信息与网页内容分离的一种标记性语言。

使用CSS样式可以控制许多仅使用网页标记语言(HTML代码)无法控制的属性。

形象点说:HTML是骨架, CSS就是皮肤。

空间之所以支持和使用CSS代码,是因为空间的网页HTML代码是通用不变的,而CSS正好可以灵活的控制网页中的字体、边框、背景、边距、填充,以及链接的颜色、有无下划线等等众多特性,可以方便的用客户来自定义。