码迷,mamicode.com
首页 >  
搜索关键字:border    ( 11131个结果
How to hide redirected URL
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
How to hide redirected URL
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
How to hide redirected URL
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
bootstrap中图标样式caret实现各种三角形
网页中经常有一种三角形的图标,鼠标点一下会弹出一个下拉菜单之类的之前以为是个png图标背景,后来在bootstrap中看到有一个图标样式叫做caret的用来实现这种效果。没想到用CSS也能实现这个效果。看了下源码是这样的:.caret{ display:inline-block; width:0; height:0; margin..
分类:其他好文   时间:2015-02-05 11:32:46    阅读次数:3277
PHP_NoteBook
【字符串连接】:$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
PHP_NoteBook
【字符串连接】:$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 做画板画图 可以做电子白板 HTML5 canvas 做画板画图 可以做电子白板 <!-- #container { position: relative;} #imageView { border: 1px solid #000; } ...
分类:Web程序   时间:2015-02-04 21:57:20    阅读次数:317
html5(三)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!