摘要: 鼠标悬浮提示效果:View Code 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title> New Document </title> 6 <style type="text/css"> 7 body{ 8 padding:10px; 9 min-height:400px; 10 } 11 .tip-help-wrap{ 12 positi... 阅读全文
posted @ 2012-09-21 22:41 草根程序猿 阅读(7368) 评论(2) 推荐(1) 编辑