Difference between revisions of "Team:Gifu"

Line 3: Line 3:
 
<html>
 
<html>
  
<head>
 
<style type="text/css">
 
  
 
div.example { /* 親ボックス */
 
width: 110%;
 
 
box-shadow:0px 0px 10px;
 
    border:1px solid #000;
 
 
background-color: #fffafa;
 
position: absolute;
 
top: -10%;
 
left: -1px;
 
}
 
 
div.box1 { /MENU/
 
width:100%;
 
position: fixed;
 
top: 0;
 
left: 0;
 
box-shadow:0px 0px 10px;
 
    border:1px solid #000;
 
filter:Alpha(opacity=85);/* IE用 */
 
opacity:0.85;/* FireFox、Chrome、Opera、Safari用 */
 
background-color: #ffff99;
 
position: fixed;
 
top: 100px;
 
left: 5px;
 
}
 
 
</style>
 
 
</head>
 
  
 
<body>
 
<body>

Revision as of 06:44, 31 August 2016