Team:Hong Kong HKU/people

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
<style type="text/css">
<style type="text/css">
 +
#items .item a .info{
 +
    display: none;
 +
}
 +
 +
#items .item a .info:hover{
 +
    display: block;
 +
}
#box1
#box1
{
{
Line 18: Line 25:
opacity:0.4;
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
filter:alpha(opacity=40); /* For IE8 and earlier */
 +
}
}
#box1 img:hover
#box1 img:hover
Line 29: Line 37:
<div id="box1">
<div id="box1">
<img src="https://static.igem.org/mediawiki/2013/6/60/Fallpeng.jpg" width=400 height=260>
<img src="https://static.igem.org/mediawiki/2013/6/60/Fallpeng.jpg" width=400 height=260>
-
 
+
<div class="item">
 +
abc
 +
        <a href="#">
 +
            <div clas="info">
 +
abcdef
 +
</div></a></div>
<br>
<br>

Revision as of 07:04, 4 September 2013