Team:SYSU-China/Team/Member style.css

From 2013.igem.org

(Difference between revisions)
Line 7: Line 7:
div.inner_frame {
div.inner_frame {
position:absolute;
position:absolute;
-
right:0;
+
right:0px;;
 +
top: 0px;
     width:1px;
     width:1px;
height:320px;
height:320px;

Revision as of 05:12, 25 September 2013

div.out_frame { position:relative;

   width:600px;
   height:320px;
   background: url(Post_01_BG_yuchen.png);

} div.inner_frame { position:absolute; right:0px;; top: 0px;

   width:1px;

height:320px;

   background: url(Post_01_FL_yuchen.png) no-repeat;

} div.flash_button { position:absolute; z-index: 1000; left:0px; width:150px; height:320px; } .out_frame h1 { position:absolute; z-index: 1;

   text-align:left;
   left: 305px;

top: 50px; } .out_frame p { position:absolute;

   left: 235px;

top: 100px; }