Difference between revisions of "Deil2"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Deil
imported>Deil
m
Line 1: Line 1:
 
<css>
 
<css>
.base {
+
li.test1 span {visibility: hidden;}
      position: absolute;
+
li.test1 span {visibility: visible;}
      left: 10px;
 
      top: 10px;
 
      z-index: 2;
 
      width: 100px;
 
      height: 200px;
 
      margin: 0px auto 0px auto;
 
      background-color:#F2D681;
 
      border-style:inset;
 
      border-color: #EEBB00; }
 
.content1 {position:absolute;
 
          left:100;
 
          Top:10;
 
          height:400;
 
          width:600;}
 
                   
 
.base ul { list-style-type: none;}
 
div#green { background: green; }
 
div#red  { background: red;  }
 
div#blue  { background: blue;  }
 
.menu1 {
 
        z-index:3;
 
        width:50px;
 
        height:15px; }
 
.menu1 span { visibility: hidden; }
 
.menu1:hover span { visibility: visible; }
 
 
</css>
 
</css>
<div class="base">
 
 
<ul>
 
<ul>
<li>
+
<li class="test1">Test1<span>Revealed by 1</span></li>
<div class="menu1" id=green></div><span><div class="content1" id="green"></div></span></li>
 
<li><div class="menu1" id=blue></div><span><div class="content1" id="blue"></div></span></li>
 
<li><div class="menu1" id=red></div><span><div class="content1" id="red"></div></span></li>
 
 
</ul>
 
</ul>
</div>
 

Revision as of 00:18, 18 September 2015

  • Test1Revealed by 1