首页
CSS
搜索“CSS”
-
查看效果下载地址一个jQuery+CSS打造的多级菜单,动感效果jQuery+CSS 打造的多级动感展开菜单,颜色和动画搭配都很漂亮,动画平滑,支持四级展开,相信已经够你用了,http://www.jscss8.com/载图看不出动画效果,这是从WordPress博客程序里分享出来的。前台部分代码 代码<!DOCTYPE html PUBLIC&nb...
-
Jqueryuicssframework Jqueryuicssframework是jqueryui中的一个样式框架,可以利用jqueryThemeroller来生成自己想要的css样式效果。我们可以利用jqueryui的一些框架来开发出基于jqueryuicssframework效果的插件来。Jqueryui中两大核心的css文件是ui.core.css和ui.theme.css.这两个css样式贯穿整个基于jqueryui的界面上,...
-
查看效果源码下载 前台部分代码代码<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso...
-
学习jQuery顺便学习下CSS选择器:奇偶匹配nth-child(even) 今天学习jQuery,看到nth-child(even)用法,特意找了下这个选择器的用法,在CSS3标准中,用法很强大。对此,我把CSS3标准中nth-child()用法大致介绍下:CSS3伪类选择器:nth-child()简单的归纳下nth-child()的几种用法。第一:nth-child(number)直接匹配第numb...
-
母版页中引用图片、外部js、css文件的路径问题 当嵌套母版页的子页面与母版页不在同一级目录时,往往会牵涉到外部图片、js、css文件引用的路径问题。(以下是引用别人加自己整理) 1.图片、<a>标签 非常好解决 <imgrunat="server" src='~/images/log.gif'&g...
-
IntroductionCSS3ishotthesedaysandwillsoonbeavailableinmostmodernbrowser.Justrecently,IstartedtobecomeawaretothepresentofCSS3aroundtheweb.Icanseesomeofthewebsitessuchastwitteranddesignerportfolioswebsitesareusingit.Also,IhavestartedtoimplementittomyownprojectaswellandIreallyloveit!However,itwilltak...
-
了解CSS的查找匹配原理,让CSS更简洁、高效 DIV#divBoxpspan.red{color:red;},按习惯我们对这个CSS 的理解是,浏览器先查找id为divBox的DIV元素,当找到后,再找其下的所有p元素,然后再查找所有span元素,当发现有span的class为red的时候,就应用该style。多么简单易懂的原理,可是这个理解却是完完全全相反、错...
-
一般的中文字体,都有锯齿.英文字体,虽然好,但是只对英文起作用. 我知道"微软雅黑"不错,但是很多电脑上没有. 能不能,指定英文用一种字体,中文用另一种字体啊?.
-
问题症状:1、<linkhref="css.css"rel="stylesheet"type="text/css"/>通过link方式引用css,在ie7,ie8可以正常显示,ie6不能正常显示。解决:1、改变文件编码格式为utf-8,并在css文件加上@charset"utf-8";2、去掉css中的中文注释。原因:网页采用了UTF-8编码格式,...
-
CSS开发手册 基础篇一、三种样式选择器属性选择器p{color:red;}类选择器.p{color:red;}ID选择器#p{color:red;}二、transparentBackground:transparent;防止定义背景被覆盖 三、Netscape4.X(IE/WINDOWS4.0以前的版本)下错误的透明背景理解Background:inhrit;在netscape4.x下透明背景将被理解为黑绿 四、字体...
SELECT COUNT(*) AS [value]
FROM [dbo].[mvc_content_view] AS [t0]
WHERE ([t0].[a_name] LIKE @p0) AND (NOT ([t0].[a_isRecycle] = 1)) AND ([t0].[a_site] = @p1)
-- @p0: Input NVarChar (Size = 5; Prec = 0; Scale = 0) [%CSS%]
-- @p1: Input BigInt (Size = 0; Prec = 0; Scale = 0) [197]
-- Context: SqlProvider(Sql2008) Model: AttributedMetaModel Build: 3.5.30729.1
SELECT TOP (10) [t0].[a_id], [t0].[a_site], [t0].[a_model], [t0].[a_type], [t0].[a_special], [t0].[a_name], [t0].[a_from], [t0].[a_from_url], [t0].[a_author], [t0].[a_editor], [t0].[a_describe], [t0].[a_content], [t0].[a_create_date], [t0].[a_tag], [t0].[a_hits], [t0].[a_commend], [t0].[a_istop], [t0].[a_isimg], [t0].[a_cacheimg], [t0].[a_imgurls], [t0].[a_imgurl], [t0].[a_ismedia], [t0].[a_mediaurl], [t0].[a_iscomment], [t0].[a_isRecycle], [t0].[a_weight], [t0].[a_weights], [t0].[a_status], [t0].[a_url], [t0].[a_file_path], [t0].[a_contentfile], [t0].[a_comment], [t0].[a_ispass], [t0].[a_bury], [t0].[a_dig], [t0].[a_score], [t0].[a_rank], [t0].[a_diguser], [t0].[a_buryuser], [t0].[a_viewip], [t0].[a_lastviewdate], [t0].[a_neworimageorvideo], [t0].[class_id], [t0].[class_type], [t0].[class_name], [t0].[class_show_name], [t0].[class_parent_id], [t0].[class_id_path], [t0].[class_name_path], [t0].[class_show_name_path], [t0].[class_depth], [t0].[class_order], [t0].[class_content], [t0].[class_img], [t0].[a_model_name]
FROM [dbo].[mvc_content_view] AS [t0]
WHERE ([t0].[a_name] LIKE @p0) AND (NOT ([t0].[a_isRecycle] = 1)) AND ([t0].[a_site] = @p1)
ORDER BY [t0].[a_id] DESC
-- @p0: Input NVarChar (Size = 5; Prec = 0; Scale = 0) [%CSS%]
-- @p1: Input BigInt (Size = 0; Prec = 0; Scale = 0) [197]
-- Context: SqlProvider(Sql2008) Model: AttributedMetaModel Build: 3.5.30729.1