팝업메시지 02


팝업메시지 02

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>팝업메시지02</title> <style> .toc{width:100px;} .toc, .toc li{list-style:none; padding:0; margin:0;} .toc i{display:none;} .toc li{ position:relative; border:1px solid #666; } .toc a{text-decoration:none; color:#666; text-align:center; display:block; padding:10px 0;} .toc a:hover i {display:block; position:absolute; left:60px; top:0; width:100px; height:100px; background:#ffff99;} </style> </head> <body> <ul class="toc"> <li><a href="#">챕터1<...



원문링크 : 팝업메시지 02