Skip to content

Instantly share code, notes, and snippets.

@mde
Created July 7, 2010 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mde/467367 to your computer and use it in GitHub Desktop.
Save mde/467367 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
div {
border: 1px solid red;
width: 400px;
}
textarea {
margin: 0 -11px;
width: 100%;
padding: 10px;
height: 48px;
*margin-bottom: -20px;
}
.textareaWrapper {
background-color: #0f0;
line-height: 1px;
font-size: 1px;
display: block;
padding: 0 10px;
}
</style>
</head>
<body>
<div>
<form>
<span class="textareaWrapper">
<textarea></textarea>
</span>
</form>
</div>
<div>
&nbsp;
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment