<html>
<head>
<title></title>
<style>
.ref
{
padding: 2 2 25 2;
behavior:reflection;
-reflection-opacity-start: 0.6;
-reflection-opacity-end: 0.0;
-reflection-blur-radius: 3;
draggable: only-move;
font: bold 17pt Tahoma;
border: dotted 1px black;
cursor: pointer;
}
.ref:hover
{
border: solid 1px red;
}
.cont
{
flow: horizontal;
}
</style>
<script type="text/tiscript"></script>
</head>
<body>
<div class="cont">
<div class="ref">
111
</div>
<div class="ref">
222
</div>
<div class="ref">
333
</div>
<div>
</body>
</html> |