Difference between revisions of "CSS/gifu/left-team"

(Replaced content with "<html> <head> </head> </html>")
Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
<meta charset="UTF-8">
 
<style>
 
* {
 
margin:0;
 
padding:0;
 
}
 
  
body {
 
margin:0;
 
_overflow:hidden;
 
padding:0;
 
}
 
  
#left_frame {
 
background-color: #ccc;
 
height:100%;
 
left:0;
 
margin:0;
 
padding:0;
 
position:fixed;
 
_position:absolute;
 
top:0;
 
width:160px;
 
}
 
  
#right_frame {
+
 
height:100%;
+
margin:0 0 0 170px;
+
_overflow:auto;
+
padding:0;
+
}
+
</style>
+
 
</head>
 
</head>
 
 
 
</html>
 
</html>

Revision as of 05:53, 21 July 2015