`
Fonkie
  • 浏览: 67180 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表

【CSS3】动画线框

    博客分类:
  • CSS
<div class="box">动画选框</div> .box{ width:300px; height:100px; border:1px dotted #fff; border-image:url(data:image/gif;base64,R0lGODlhCAAIAJEAAP////8A/wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgABACwAAAAACAAIAAACDwwuGckJzR4UaEp423InFAAh+QQFCgABACwAAAAACAAIAAACD4wEGcu ...
 【准备】 1、在Android手机上安装Chrome( Chrome for Android ) 应用超市、或者google官网即可下载。   2、电脑系统安装了最新版的Chrome 最新版Chrome,确保开发者工具正常使用   3、Android手机装了USB驱动 在设备管理器查看是否正确安装了驱动,如无,则需要到手机的官网下载,例如:小米1S的驱动http://bbs.xiaomi.cn/thread-121613-1-3.html     【开始】 一、安装Android SDK 下载Android SDK,地址:http://developer.andr ...
场景: 需要获取类似如下url的hash值并做跳转: http://www.xxx.com/home#/comments?type=0   改进前: (function() { var originalUrl = window.location.href, toUrl = originalUrl.indexOf('#') != -1 && originalUrl.split('#')[1]; if (toUrl) { window.location.href = toUrl ...
  一、为啥jQuery的ajax请求成功却总是执行error方法?   需要完成一个局部刷新页面的功能,选择jQuery的ajax方法获取数据,代码如下:   $.ajax({ url:url, data:p, dataT ...
Keywords:expose html,expose html jquery,javascript expose,stand out html javascript,javascript expose plugin Description:Make your HTML elements stand out   Demo Start entering text on the input fields below and you'll see the masking effect: UsernamePassword The story
Usage The general way to setup overlay is as follows: // select one or more elements to be overlay triggers $(".my_overlay_trigger").overlay({ // one configuration property color: '#ccc', // another property top: 50 // ... the rest of the configuration properties
1.Dreamweaver 相信大家对Dreamweaver再熟悉不过了,Dreamweaver是建立 Web 站点和应用程序的专业工具。它将可视布局工具、应用程序开发功能和代码编辑支持组合在一起,其功能强大,使得各个层次的开发人员和设计人员都能够快速创建界面吸引人的基于标准的网站和应用程序。从对基于 CSS 的设计的领先支持到手工编码功能,Dreamweaver 提供了专业人员在一个集成、高效的环境中所需的工具。开发人员可以使用 Dreamweaver 及所选择的服务器技术来创建功能强大的 Internet 应用程序,从而使用户能连接到数据库、Web 服务和旧式系统。 如果要使Drea ...
1、修改前的代码:   object标签中有使swf透明的参数:<param name="wmode" value="opaque" />和wmode="opaque"     function showFocusActImg(img_urls,target_urls) { var swf_width=960,swf_height=240,mvUrl="Main.swf"; document.write('<object classid="clsid:d27cdb6 ...
NPE in AxisRenderer when stacked column chart has one data item 错误信息: I have been unable to create a simple test-case that reproduces this error, but I think a code inspection shows a problem. I've also been unable to get any help with a workaround on the Adobe forums or flexcoders. The error is a n ...
数据源是商品每天的价格,格式是{price:1000,date:2010-8-23},用FLex的LineChart实现价格趋势图,其中X轴是日期,Y轴是价格,图表的内容可显示每月的价格(有详细数据点),或者显示每年的价格情况(无数据点)。现在的问题是:在显示年数据的时候,如何使得X轴的 Label只显示每月1号,如:2010-1-1,2010-2-1,horizontalAxisRenderers --> AxisRenderer -->canDropLabels="true"只能做到自动丢弃date的值,horizontalAxis --> Catego ...
代码如下: <fx:Style> @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @font-face { src:url("assets/font/arial.ttf"); font-family: EmbeddedArial; embedAsCFF:false; } mx|LineChart { fontFamily ...
Global site tag (gtag.js) - Google Analytics