首页 软件开发 代码片段 html ( Page 32 )

html 632

#HTML
基于Html5 websocket和Python的在线聊天室(客户端)

<html> <head> <title>WebSocket</title> <style> html,body{fon…

2015-04-18 533

#HTML
插入PNG透明图片的IE6处理方式

// JavaScript Document function correctPNG() // correctly handle PNG transparency in Win I…

2015-04-17 478

#HTML
css3 icon导航

.appstorebutton { height: 80px; width: 80px; margin: 50px; position: relative; overflow: h…

2015-04-17 176

#HTML
JS实现图片预览

function checkType(upload){ var image = document.getElementById(upload).value; var extStar…

2015-04-17 509

#HTML
使用CSS3实现页面变换效果

html{ -webkit-animation-name:z; -webkit-animation-duration:500ms; -webkit-animation-timing…

2015-04-16 515

#HTML
跨浏览器支持的 inline block

display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;

2015-04-16 152

#HTML
响应式图片的简单处理

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <…

2015-04-14 220

#HTML
CSS3 Button Pink

<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> …

2015-04-14 855

#HTML
HTML+jQuery简单的一级和二级菜单

<!doctype html> <html> <head> <meta http-equiv="content-type" conten…

2015-04-13 327
1 30 31 32 33 34 53