<html>
<head></head>
<body>
<style type="text/css"><!--
table.lix a { /* 5.0+ extension of "div.lix a" */
display: block;
width:200px;
border:1px solid black;
cursor:hand;
filter:blendTrans(duration=0.5);
}
div.lix {
position:absolute; /* This is a fixes IE slowness */
top:0px;
left:0px;
}
div.lix a {
color:#000000;
background-color:white;
font:13px verdana,sans-serif;
text-align: left;
text-decoration: none;
}
div.lix a:link {
color:black;
background-color:white;
}
div.lix a:visited {
color:black;
background-color:white;
}
div.lix a:hover {
color:red;
background-color:#dddddd;
border:1px solid red;
text-decoration: none;
}
div.lix a:active {
color:white;
background-color:#dddddd;
border:1px solid red;
}
//--></style>
<script type="text/javascript">
<!--
function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply();
obj.filters.blendTrans.play();
}
}
//-->
</script>
<div style="position:relative;padding-bottom:82px">
<div class="lix">
<table border="0" cellpadding="0" cellspacing="2" width="200" class="lix">
<tr>
<td>
<a href="#" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"> Link 1</a>
</td>
</tr>
<tr>
<td>
<a href="#" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"> Link 2</a>
</td>
</tr>
<tr>
<td>
<a href="#" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"> Link 3</a>
</td>
</tr>
<tr>
<td>
<a href="#" onmouseover="lite(this)" onmouseout="lite(this)" onfocus="this.blur()"> Link 4</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
- 펌 - http://suldo.zotta.net/
'인터넷정보' 카테고리의 다른 글
각종 웹소스보기 소스들 (0) | 2007.10.17 |
---|---|
지정 시간 후에 재생되는 음악 (0) | 2007.10.17 |
지정 시간 후에 재생되는 음악 (0) | 2007.10.17 |
레이어 가운데 위치시키기 (0) | 2007.10.17 |
레이어 가운데 위치시키기 (0) | 2007.10.17 |
CSS와 자바스크립트로 만든 간단하고 깔끔한 메뉴 (0) | 2007.10.17 |
메뉴에 마우스오버시 배경색이 이동하면서 바뀌는 스크립트 (0) | 2007.10.17 |
메뉴에 마우스오버시 배경색이 이동하면서 바뀌는 스크립트 (0) | 2007.10.17 |
레이어 사용시 Select 객체에 가려지는 문제에 대한 해결책 (0) | 2007.10.17 |
레이어 사용시 Select 객체에 가려지는 문제에 대한 해결책 (0) | 2007.10.17 |