一段完全CSS写的鼠标悬停tip效果!

| No Comments | No TrackBacks

一段完全CSS写的鼠标悬停tip效果!

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "<a href=\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>">
 <html xmlns="<a href=\"http://www.w3.org/1999/xhtml\">http://www.w3.org/1999/xhtml</a>">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="Author" content="Aultoale" />
 <style type="text/css">
 body {font:normal 12px Verdana}
 a#tip {position:relative;left:75px; font-weight:bold;}
 a#tip:link,a#tip:hover {text-decoration:none;color:#000;display:block}
 a#tip span {display:none;text-decoration:none;}
 a#tip:visited {color:#000;text-decoration:underline;}
 a#tip:hover #tip_info {display:block;border:1px solid #F96;background:#FFEFEF;padding:10px 20px;position:absolute;top:0px;left:90px;color:#009933}
 </style>
 </head>
 <body>
 <a id="tip" href="#">
 移到这里试试!
 <span id="tip_info">这里是提示信息!</span>
 </a>
 </body>
 </html>
 

No TrackBacks

TrackBack URL: http://www.wujianrong.com/mt-tb.cgi/2487

Leave a comment

About this Entry

This page contains a single entry by kevinwu published on May 13, 2007 10:54 AM.

Css Gallery: 优秀Css设计陈列馆 was the previous entry in this blog.

中文字段的几种特殊排列方式 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.