Skip to content

Instantly share code, notes, and snippets.

@jianghu52
Created May 9, 2014 11:33
Show Gist options
  • Save jianghu52/54b59db25170cf65a0e3 to your computer and use it in GitHub Desktop.
Save jianghu52/54b59db25170cf65a0e3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html id="cp">
<head>
<title>Rtest</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
body {
background: #FFF;
margin: 0;
}
table {
width: 150px;
height: 100px;
border: 1px solid #000;
}
td {
font-size: 4px;
width: 10px;
height: 10px;
border: 1px solid #000;
}
.ask_k{ margin-left:50px;margin-top:50px;width:530px; height:200px;float:left; overflow:hidden; border:2px solid #e3e4e8; color:#99a3b1; font-size:30px; padding:10px 20px; line-height:50px;}
</style>
</head>
<body >
<div style="margin-left:50px;">DIV input test<br/></div>
<div class="ask_k" contenteditable="true" id="ask_k" ></div>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment