ThefollowingcodeinthedefaultdocumentwillhidetheURLtowheretherequestisbeingredirected:html
titleWelcometoawonderfulsite/title
framesetcols="100%,*"border=0frameborder=0
border=0framespacing=0scrolling="no"
framesrc="http://source.domain.com"
name="AddressHi..
分类:
Web程序 时间:
2015-02-05 11:40:50
阅读次数:
138
ThefollowingcodeinthedefaultdocumentwillhidetheURLtowheretherequestisbeingredirected:html
titleWelcometoawonderfulsite/title
framesetcols="100%,*"border=0frameborder=0
border=0framespacing=0scrolling="no"
framesrc="http://source.domain.com"
name="AddressHi..
分类:
Web程序 时间:
2015-02-05 11:38:01
阅读次数:
110
ThefollowingcodeinthedefaultdocumentwillhidetheURLtowheretherequestisbeingredirected:<html>
<title>Welcometomysite</title>
<framesetcols="100%,*"border=0frameborder=0
border=0framespacing=0scrolling="yes">
<framesrc="http://sourc..
分类:
Web程序 时间:
2015-02-05 11:37:10
阅读次数:
152
网页中经常有一种三角形的图标,鼠标点一下会弹出一个下拉菜单之类的之前以为是个png图标背景,后来在bootstrap中看到有一个图标样式叫做caret的用来实现这种效果。没想到用CSS也能实现这个效果。看了下源码是这样的:.caret{
display:inline-block;
width:0;
height:0;
margin..
分类:
其他好文 时间:
2015-02-05 11:32:46
阅读次数:
3277
【字符串连接】:$str=‘<tableborder="‘.$args[‘border‘].‘"width="‘.$args[‘width‘].‘"cols="‘.$args[‘cols‘].‘"rows="‘.$args[‘rows‘].‘"bgcolor="‘.$args[‘bgcolor‘].‘">‘;为了便于理解,可以把上述字符串先写成:<tableborder="$args[‘border‘]"width="$args[‘wid..
分类:
Web程序 时间:
2015-02-05 07:09:55
阅读次数:
165
【字符串连接】:$str=‘<tableborder="‘.$args[‘border‘].‘"width="‘.$args[‘width‘].‘"cols="‘.$args[‘cols‘].‘"rows="‘.$args[‘rows‘].‘"bgcolor="‘.$args[‘bgcolor‘].‘">‘;为了便于理解,可以把上述字符串先写成:<tableborder="$args[‘border‘]"width="$args[‘wid..
分类:
Web程序 时间:
2015-02-05 07:08:35
阅读次数:
240
HTML5 canvas 做画板画图 可以做电子白板
HTML5 canvas 做画板画图 可以做电子白板
<!--
#container { position: relative;}
#imageView { border: 1px solid #000; }
...
分类:
Web程序 时间:
2015-02-04 21:57:20
阅读次数:
317
body{ text-align:center;}#mainbox{ display:block; width:500px; margin:50px auto; padding:15px; text-align:center; border...
分类:
Web程序 时间:
2015-02-04 18:05:41
阅读次数:
267