Difference between revisions of "Team:Gifu/More/"
Line 6: | Line 6: | ||
<html> | <html> | ||
+ | |||
+ | |||
+ | <head> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | div.example { /* 親ボックス */ | ||
+ | width: 110%; | ||
+ | height: 1500px; | ||
+ | background-color: #transparent; | ||
+ | position: absolute; | ||
+ | top: -10%; | ||
+ | left: -1px; | ||
+ | } | ||
+ | |||
+ | div.box1 { /MENU/ | ||
+ | width: 80%; | ||
+ | height: 10%; | ||
+ | background-color: #ffd78c; | ||
+ | position: absolute; | ||
+ | top: 150px; | ||
+ | left: -50px; | ||
+ | } | ||
+ | |||
+ | div.box2 { /MENU-over/ | ||
+ | width: 1000px; | ||
+ | height: 65px; | ||
+ | background-color: #ffffff; | ||
+ | |||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="example"> | ||
+ | |||
+ | <div class="box1">MENU</div> | ||
+ | <div class="box2"> | ||
<td> | <td> | ||
<p align="center"> | <p align="center"> | ||
Line 24: | Line 65: | ||
<br> | <br> | ||
<td> | <td> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 04:02, 23 July 2015