随笔分类 -  Html

摘要:IE7下iframe height="100%"无效的解决方法就是css如下写法: 1 2 3 4 5 iframe 100% Height 6 11 12 13 14 15 16 阅读全文
posted @ 2014-10-28 01:19 FansZone 阅读(819) 评论(0) 推荐(0)
摘要:1 2 3 4 5 jQuery validation plug-in - main demo 6 7 8 9 10 61 62 63 64 65 66 67 Validating a complete form 68 69 Firstname 70 71 72 73 Lastname 74 75 76 77 Username 78 79 80 81 Password 82 83 84 85 Confirm passwor... 阅读全文
posted @ 2013-10-23 13:34 FansZone 阅读(1046) 评论(0) 推荐(0)
摘要:View Code 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="te 阅读全文
posted @ 2013-04-03 00:33 FansZone 阅读(586) 评论(0) 推荐(0)
摘要:实现原理:使用<a>标签链接时应设置target属性,指定与iframe的name属性名称相同。例如:<a href="firstKind.html" target="right">产品I级分类设置</a> <iframe src="blank.html" name="right" width="1000" height="1000"></iframe> //blank.html为iframe默认打开的页面DEMO: 阅读全文
posted @ 2013-04-03 00:25 FansZone 阅读(4775) 评论(0) 推荐(0)