Team:Korea U Seoul/team/koreauniv content
From 2013.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
.profile_title > .left_line{float: left; width: 20%; background-color: #52909E; height: 3px;} | .profile_title > .left_line{float: left; width: 20%; background-color: #52909E; height: 3px;} | ||
.profile_title > .right_line{float: left; width: 80%; background-color: #C2E4EB; height: 2px;} | .profile_title > .right_line{float: left; width: 80%; background-color: #C2E4EB; height: 2px;} | ||
- | .profile_content{width: 30%;margin:10px; overflow: auto | + | .profile_content{width: 30%;margin:10px; overflow: auto; float: left; position: relative;} |
- | .profile_content > .left {float: left; width: | + | .profile_content > .left {float: left; width: 200px;; overflow: auto; position: absolute; top: 100px;} |
.profile_content > .left > img {border-radius: 5px; width: 100%;} | .profile_content > .left > img {border-radius: 5px; width: 100%;} | ||
.profile_content > .right{float: left; width: 100%; overflow: auto; padding-left: 20px; border: none; display:none} | .profile_content > .right{float: left; width: 100%; overflow: auto; padding-left: 20px; border: none; display:none} | ||
Line 58: | Line 58: | ||
</div> | </div> | ||
</body> | </body> | ||
+ | <script> | ||
+ | $(".profile_content").mouseover(function(){ | ||
+ | console.log("a"); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 16:45, 27 September 2013
Instructor