18 lines
247 B
CSS
18 lines
247 B
CSS
<style>
|
|
<!--
|
|
#leftright, #topdown{
|
|
position:absolute;
|
|
left:0;
|
|
top:0;
|
|
width:1px;
|
|
height:1px;
|
|
layer-background-color:orange;
|
|
background-color:orange;
|
|
z-index:100;
|
|
font-size:1px;
|
|
}
|
|
--></style>
|
|
|
|
<!--
|
|
<link rel="stylesheet" type="text/css">
|
|
--> |