摘要: <!doctype html><html> <head> <style> .box{background:red;padding:5px 0;height:25px} #pop{height:100px;width:400px;background:orange} </style> </head> <body id="body"> <div id="box" class="box"> <a href="">目 阅读全文
posted @ 2011-12-27 13:49 深蓝色梦想 阅读(188) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html> <head> <style type="text/css"> *{margin:0;padding:0;} ul{list-style:none;display:none} ul ul{list-style:none;position:absolute;left:100px;top:0;display:none} .menu{float:left;width:100px;margin-right:15px} li{widt... 阅读全文
posted @ 2011-12-27 13:46 深蓝色梦想 阅读(230) 评论(0) 推荐(0) 编辑