js中动态载入css样式,方法如下://var addCssLink = function(url){ var link = $(''); link.attr('rel','stylesheet'); link.attr('type','text/css'); link.at...
分类:
Web程序 时间:
2014-11-19 10:47:31
阅读次数:
234
<!doctypehtml>
<html>
<head>
<metacharset="utf-8">
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/>
<title>首页</title>
<!--新Bootstrap核心CSS文件-->
<linkrel="stylesheet"href="../../../css..
分类:
Web程序 时间:
2014-11-18 01:44:32
阅读次数:
208
jQueryPoshytip是一块提示性的插件,可以用来提示用户操作,提高用户体验首先去poshytip官网下载插件http://vadikom.com/demos/poshytip/必须引入的是jQuery的js文件和poshytip的js文件和css文件<linktype="text/css"rel="stylesheet"href="js/poshytip-1.2/src/tip-yellow/..
分类:
Web程序 时间:
2014-11-17 19:39:42
阅读次数:
241
打开phpMyAdmin,选择对应的数据库,在sql文本框中输入一下查询语句,我们就能得到当前的theme: SELECT?*?
FROM?wp_options?
WHERE?option_name?=?‘template‘?
OR?option_name?=?‘stylesheet‘?
OR?...
分类:
数据库 时间:
2014-11-16 10:48:47
阅读次数:
213
从CSS 样式代码插入的形式来看基本可以分为以下3种:内联式、嵌入式和外部式三种。
1:内联式css样式表就是把css代码直接写在现有的HTML标签中,如下面代码:
这里文字是红色。
2:嵌入式,嵌入式css样式,就是可以把css样式代码写在XXX标签之间。
span{
color:red;
}
3:外部式css样式,写在单独的一个文件中.
...
分类:
Web程序 时间:
2014-11-15 14:10:10
阅读次数:
332
for(var?i=0,tags=document.querySelectorAll(‘iframe[src],frame[src],script[src],link[rel=stylesheet],object[data],embed[src]‘),tag;tag=tags[i];i++){
????var?a?=?document.createElement(‘a‘);
...
分类:
Web程序 时间:
2014-11-08 16:54:55
阅读次数:
365
昨天我练习了用CSS(即层叠样式表Cascading Stylesheet) Selector来定位(locate)页面上的元素(Elements)。Selenium官网的Document里极力推荐使用CSS locator,而不是XPath来定位元素,原因是CSS locator比XPath lo...
分类:
Web程序 时间:
2014-11-05 19:19:41
阅读次数:
275
linkrelstylesheetalternate stylesheet(候选样式表) titletypemediaall screenprint.....内联样式
分类:
Web程序 时间:
2014-11-05 01:49:17
阅读次数:
171
<?xml?version="1.0"?>
<?xml-stylesheet?type="text/xsl"?href="configuration.xsl"?>
<!--?Put?site-specific?property?overrides?in?this?file.?-->
<configuration>
<property>
<name>plugi...
分类:
其他好文 时间:
2014-10-31 13:59:24
阅读次数:
135
JQuery.Gantt是一个开源的基于JQuery库的用于实现甘特图效果的可扩展功能的JS组件库。 <link rel="stylesheet" href="css/style.css" /> <script src="js/jquery-1.7.min.js"></script> <script src="js/jq...
分类:
Web程序 时间:
2014-10-30 19:29:59
阅读次数:
443